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