Uses of Enum
com.azure.data.tables.TableServiceVersion
Packages that use TableServiceVersion
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
-
Uses of TableServiceVersion in com.azure.data.tables
Methods in com.azure.data.tables that return TableServiceVersionModifier and TypeMethodDescriptionstatic TableServiceVersion
TableServiceVersion.getLatest()
Gets the latest REST API version supported by this client library.TableAsyncClient.getServiceVersion()
Gets the REST API version used by this client.TableClient.getServiceVersion()
Gets the REST API version used by this client.TableServiceAsyncClient.getServiceVersion()
Gets the REST API version used by this client.TableServiceClient.getServiceVersion()
Gets the REST API version used by this client.static TableServiceVersion
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.Methods in com.azure.data.tables with parameters of type TableServiceVersionModifier and TypeMethodDescriptionTableClientBuilder.serviceVersion
(TableServiceVersion version) Sets theservice version
that is used when making API requests.TableServiceClientBuilder.serviceVersion
(TableServiceVersion serviceVersion) Sets theservice version
that is used when making API requests.