Click or drag to resize

AzureTableStoreGetTableClient Method

Gets the storage table with the name provided in tableName

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
protected Task<TableClient> GetTableClient(
	string tableName
)

Parameters

tableName  String
The table name

Return Value

TaskTableClient
A reference to the TableClient requested
See Also