Uses of Class
com.azure.data.tables.TableServiceVersion
-
Packages that use TableServiceVersion Package Description com.azure.data.tables Package containing the classes for Tables Clients. -
-
Uses of TableServiceVersion in com.azure.data.tables
Methods in com.azure.data.tables that return TableServiceVersion Modifier and Type Method Description static TableServiceVersionTableServiceVersion. getLatest()Gets the latest REST API version supported by this client library.TableServiceVersionTableAsyncClient. getServiceVersion()Gets the REST API version used by this client.TableServiceVersionTableClient. getServiceVersion()Gets the REST API version used by this client.TableServiceVersionTableServiceAsyncClient. getServiceVersion()Gets the REST API version used by this client.TableServiceVersionTableServiceClient. getServiceVersion()Gets the REST API version used by this client.static TableServiceVersionTableServiceVersion. 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.Methods in com.azure.data.tables with parameters of type TableServiceVersion Modifier and Type Method Description TableClientBuilderTableClientBuilder. serviceVersion(TableServiceVersion version)Sets theservice versionthat is used when making API requests.TableServiceClientBuilderTableServiceClientBuilder. serviceVersion(TableServiceVersion serviceVersion)Sets theservice versionthat is used when making API requests.
-