AzureTableStoreGetTableClientAsync Method
Gets the storage table with the name provided in
tableName
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
protected Task<TableClient> GetTableClientAsync(
string tableName,
CancellationToken cancellationToken = default
)
- tableName String
- The table name
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime.
TaskTableClientA reference to the
TableClient requested