Uses of Class
com.azure.storage.blob.specialized.BlobAsyncClientBase
Packages that use BlobAsyncClientBase
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobAsyncClientBase in com.azure.storage.blob
Subclasses of BlobAsyncClientBase in com.azure.storage.blobModifier and TypeClassDescriptionclassThis class provides a client that contains generic blob operations for Azure Storage Blobs. -
Uses of BlobAsyncClientBase in com.azure.storage.blob.specialized
Subclasses of BlobAsyncClientBase in com.azure.storage.blob.specializedModifier and TypeClassDescriptionfinal classClient to an append blob.final classClient to a block blob.final classClient to a page blob.Methods in com.azure.storage.blob.specialized that return BlobAsyncClientBaseModifier and TypeMethodDescriptionBlobAsyncClientBase.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClientBasewith the specifiedcustomerProvidedKey.BlobAsyncClientBase.getEncryptionScopeAsyncClient(String encryptionScope) Creates a newBlobAsyncClientBasewith the specifiedencryptionScope.BlobAsyncClientBase.getSnapshotClient(String snapshot) Creates a newBlobAsyncClientBaselinked to thesnapshotof this blob resource.BlobAsyncClientBase.getVersionClient(String versionId) Creates a newBlobAsyncClientBaselinked to theversionIdof this blob resource.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlobAsyncClientBaseModifier and TypeMethodDescriptionBlobAsyncClientBase.createSnapshot()Creates a read-only snapshot of the blob.Mono<com.azure.core.http.rest.Response<BlobAsyncClientBase>> BlobAsyncClientBase.createSnapshotWithResponse(Map<String, String> metadata, BlobRequestConditions requestConditions) Creates a read-only snapshot of the blob.Methods in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientBaseModifier and TypeMethodDescriptionBlobLeaseClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient) Configures the builder based on the passedBlobAsyncClient.SpecializedBlobClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient) Configures the builder based on theBlobAsyncClientBase.Constructors in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientBaseModifierConstructorDescriptionprotectedBlobClientBase(BlobAsyncClientBase client) Constructor used 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.