Package | Description |
---|---|
com.azure.data.tables |
Package containing the classes for Tables Clients.
|
Modifier and Type | Method and Description |
---|---|
TablesServiceVersion |
TableServiceAsyncClient.getApiVersion()
returns the version
|
TablesServiceVersion |
TableServiceClient.getApiVersion()
returns the version
|
TablesServiceVersion |
TableClient.getApiVersion()
returns the version
|
TablesServiceVersion |
TableAsyncClient.getApiVersion()
returns the version
|
static TablesServiceVersion |
TablesServiceVersion.getLatest()
Gets the latest service 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 © 2020 Microsoft Corporation. All rights reserved.