Package | Description |
---|---|
com.azure.data.tables |
Package containing the classes for Tables Clients.
|
Modifier and Type | Method and Description |
---|---|
TableAsyncClient |
TableClientBuilder.buildAsyncClient()
builds an async tableClient
|
TableAsyncClient |
TableServiceAsyncClient.getTableClient(String tableName)
retrieves the async table client for the provided table or creates one if it doesn't exist
|
Copyright © 2020 Microsoft Corporation. All rights reserved.