AzureTableStoreGetTableClientAsync Method

Gets the storage table with the name provided in tableName

Definition

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

Parameters

tableName  String
The table name

Return Value

TaskTableClient
A reference to the TableClient requested

See Also