Uses of Class
com.azure.storage.blob.specialized.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
Modifier and TypeClassDescriptionclass
This class provides a client that contains generic blob operations for Azure Storage Blobs. -
Uses of BlobAsyncClientBase in com.azure.storage.blob.specialized
Modifier and TypeClassDescriptionfinal class
Client to an append blob.final class
Client to a block blob.final class
Client to a page blob.Modifier and TypeMethodDescriptionBlobAsyncClientBase.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClientBase
with the specifiedcustomerProvidedKey
.BlobAsyncClientBase.getEncryptionScopeAsyncClient
(String encryptionScope) Creates a newBlobAsyncClientBase
with the specifiedencryptionScope
.BlobAsyncClientBase.getSnapshotClient
(String snapshot) Creates a newBlobAsyncClientBase
linked to thesnapshot
of this blob resource.BlobAsyncClientBase.getVersionClient
(String versionId) Creates a newBlobAsyncClientBase
linked to theversionId
of this blob resource.Modifier 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.Modifier and TypeMethodDescriptionBlobLeaseClientBuilder.blobAsyncClient
(BlobAsyncClientBase blobAsyncClient) Configures the builder based on the passedBlobAsyncClient
.SpecializedBlobClientBuilder.blobAsyncClient
(BlobAsyncClientBase blobAsyncClient) Configures the builder based on theBlobAsyncClientBase
.ModifierConstructorDescriptionprotected
BlobClientBase
(BlobAsyncClientBase client) Constructor used bySpecializedBlobClientBuilder
.