| Package | Description |
|---|---|
| com.azure.data.tables |
Package containing the classes for Tables Clients.
|
| Modifier and Type | Method and Description |
|---|---|
TableClient |
TableClientBuilder.buildClient()
Creates a
TableClient based on options set in the builder. |
TableClient |
TableServiceClient.createTable(String tableName)
Creates a table within the Tables service.
|
TableClient |
TableServiceClient.createTableIfNotExists(String tableName)
Creates a table within the Tables service if the table does not already exist.
|
TableClient |
TableServiceClient.getTableClient(String tableName)
Gets a
TableClient instance for the table in the account with the provided tableName. |
Copyright © 2021 Microsoft Corporation. All rights reserved.