Uses of Class
com.azure.storage.file.datalake.DataLakeServiceVersion
-
Packages that use DataLakeServiceVersion Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient. -
-
Uses of DataLakeServiceVersion in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeServiceVersion Modifier and Type Method Description static DataLakeServiceVersionDataLakeServiceVersion. getLatest()Gets the latest service version supported by this client libraryDataLakeServiceVersionDataLakeFileSystemAsyncClient. getServiceVersion()Gets the service version the client is using.DataLakeServiceVersionDataLakeFileSystemClient. getServiceVersion()Gets the service version the client is using.DataLakeServiceVersionDataLakePathAsyncClient. getServiceVersion()Gets the service version the client is using.DataLakeServiceVersionDataLakePathClient. getServiceVersion()Gets the service version the client is using.DataLakeServiceVersionDataLakeServiceAsyncClient. getServiceVersion()Gets the service version the client is using.DataLakeServiceVersionDataLakeServiceClient. getServiceVersion()Gets the service version the client is using.static DataLakeServiceVersionDataLakeServiceVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static DataLakeServiceVersion[]DataLakeServiceVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.datalake with parameters of type DataLakeServiceVersion Modifier and Type Method Description DataLakeFileSystemClientBuilderDataLakeFileSystemClientBuilder. serviceVersion(DataLakeServiceVersion version)Sets theDataLakeServiceVersionthat is used when making API requests.DataLakePathClientBuilderDataLakePathClientBuilder. serviceVersion(DataLakeServiceVersion version)Sets theDataLakeServiceVersionthat is used when making API requests.DataLakeServiceClientBuilderDataLakeServiceClientBuilder. serviceVersion(DataLakeServiceVersion version)Sets theDataLakeServiceVersionthat is used when making API requests.
-