Uses of Enum
com.azure.storage.file.datalake.DataLakeServiceVersion
Packages that use DataLakeServiceVersion
Package
Description
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 DataLakeServiceVersionModifier and TypeMethodDescriptionstatic DataLakeServiceVersionDataLakeServiceVersion.getLatest()Gets the latest service version supported by this client libraryDataLakeFileSystemAsyncClient.getServiceVersion()Gets the service version the client is using.DataLakeFileSystemClient.getServiceVersion()Gets the service version the client is using.DataLakePathAsyncClient.getServiceVersion()Gets the service version the client is using.DataLakePathClient.getServiceVersion()Gets the service version the client is using.DataLakeServiceAsyncClient.getServiceVersion()Gets the service version the client is using.DataLakeServiceClient.getServiceVersion()Gets the service version the client is using.static DataLakeServiceVersionReturns 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 DataLakeServiceVersionModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.serviceVersion(DataLakeServiceVersion version) Sets theDataLakeServiceVersionthat is used when making API requests.DataLakePathClientBuilder.serviceVersion(DataLakeServiceVersion version) Sets theDataLakeServiceVersionthat is used when making API requests.DataLakeServiceClientBuilder.serviceVersion(DataLakeServiceVersion version) Sets theDataLakeServiceVersionthat is used when making API requests.