| Package | Description |
|---|---|
| com.azure.data.tables |
Package containing the classes for Tables Clients.
|
| Modifier and Type | Method and Description |
|---|---|
TablesServiceVersion |
TableAsyncClient.getApiVersion()
Gets the REST API version used by this client.
|
TablesServiceVersion |
TableClient.getApiVersion()
Gets the REST API version used by this client.
|
TablesServiceVersion |
TableServiceClient.getApiVersion()
Gets the REST API version used by this client.
|
TablesServiceVersion |
TableServiceAsyncClient.getApiVersion()
Gets the REST API version used by this client.
|
static TablesServiceVersion |
TablesServiceVersion.getLatest()
Gets the latest REST API version supported by this client library.
|
static TablesServiceVersion |
TablesServiceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablesServiceVersion[] |
TablesServiceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceClientBuilder |
TableServiceClientBuilder.serviceVersion(TablesServiceVersion version)
Sets the
TablesServiceVersion that is used when making API requests. |
TableClientBuilder |
TableClientBuilder.serviceVersion(TablesServiceVersion version)
Sets the
TablesServiceVersion that is used when making API requests. |
Copyright © 2021 Microsoft Corporation. All rights reserved.