Uses of Enum
com.azure.storage.blob.BlobServiceVersion
Packages that use BlobServiceVersion
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobServiceVersion in com.azure.storage.blob
Subclasses with type arguments of type BlobServiceVersion in com.azure.storage.blobModifier and TypeClassDescriptionenumThe versions of Azure Storage Blob supported by this client library.Methods in com.azure.storage.blob that return BlobServiceVersionModifier and TypeMethodDescriptionstatic BlobServiceVersionBlobServiceVersion.getLatest()Gets the latest service version supported by this client libraryBlobContainerAsyncClient.getServiceVersion()Gets the service version the client is using.BlobContainerClient.getServiceVersion()Gets the service version the client is using.BlobServiceAsyncClient.getServiceVersion()Gets the service version the client is using.BlobServiceClient.getServiceVersion()Gets the service version the client is using.static BlobServiceVersionReturns the enum constant of this type with the specified name.static BlobServiceVersion[]BlobServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.blob with parameters of type BlobServiceVersionModifier and TypeMethodDescriptionBlobClientBuilder.serviceVersion(BlobServiceVersion version) Sets theBlobServiceVersionthat is used when making API requests.BlobContainerClientBuilder.serviceVersion(BlobServiceVersion version) Sets theBlobServiceVersionthat is used when making API requests.BlobServiceClientBuilder.serviceVersion(BlobServiceVersion version) Sets theBlobServiceVersionthat is used when making API requests.Constructors in com.azure.storage.blob with parameters of type BlobServiceVersionModifierConstructorDescriptionprotectedBlobAsyncClient(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey) Protected constructor for use byBlobClientBuilder.protectedBlobAsyncClient(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope) Protected constructor for use byBlobClientBuilder.protectedBlobAsyncClient(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use byBlobClientBuilder.protectedBlobClient(BlobAsyncClient client, com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use byBlobClientBuilder. -
Uses of BlobServiceVersion in com.azure.storage.blob.specialized
Fields in com.azure.storage.blob.specialized declared as BlobServiceVersionModifier and TypeFieldDescriptionprotected final BlobServiceVersionBlobAsyncClientBase.serviceVersionStorage REST API version used in requests to the Storage service.protected final BlobServiceVersionBlobClientBase.serviceVersionStorage REST API version used in requests to the Storage service.Methods in com.azure.storage.blob.specialized that return BlobServiceVersionModifier and TypeMethodDescriptionBlobAsyncClientBase.getServiceVersion()Gets the service version the client is using.BlobClientBase.getServiceVersion()Gets the service version the client is using.Methods in com.azure.storage.blob.specialized with parameters of type BlobServiceVersionModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.serviceVersion(BlobServiceVersion version) Sets theBlobServiceVersionthat is used when making API requests.Constructors in com.azure.storage.blob.specialized with parameters of type BlobServiceVersionModifierConstructorDescriptionprotectedBlobAsyncClientBase(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey) Protected constructor for use bySpecializedBlobClientBuilder.protectedBlobAsyncClientBase(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope) Protected constructor for use bySpecializedBlobClientBuilder.protectedBlobAsyncClientBase(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use bySpecializedBlobClientBuilder.protectedBlobClientBase(BlobAsyncClientBase client, com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use bySpecializedBlobClientBuilder.