Uses of Class
com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Packages that use BlobAsyncClientBase Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlobAsyncClientBase in com.azure.storage.blob
Subclasses of BlobAsyncClientBase in com.azure.storage.blob Modifier and Type Class Description class
BlobAsyncClient
This 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.specialized Modifier and Type Class Description class
AppendBlobAsyncClient
Client to an append blob.class
BlockBlobAsyncClient
Client to a block blob.class
PageBlobAsyncClient
Client to a page blob.Methods in com.azure.storage.blob.specialized that return BlobAsyncClientBase Modifier and Type Method Description BlobAsyncClientBase
BlobAsyncClientBase. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a newBlobAsyncClientBase
with the specifiedcustomerProvidedKey
.BlobAsyncClientBase
BlobAsyncClientBase. getEncryptionScopeAsyncClient(String encryptionScope)
Creates a newBlobAsyncClientBase
with the specifiedencryptionScope
.BlobAsyncClientBase
BlobAsyncClientBase. getSnapshotClient(String snapshot)
Creates a newBlobAsyncClientBase
linked to thesnapshot
of this blob resource.BlobAsyncClientBase
BlobAsyncClientBase. getVersionClient(String versionId)
Creates a newBlobAsyncClientBase
linked to theversionId
of this blob resource.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlobAsyncClientBase Modifier and Type Method Description Mono<BlobAsyncClientBase>
BlobAsyncClientBase. 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 BlobAsyncClientBase Modifier and Type Method Description BlobLeaseClientBuilder
BlobLeaseClientBuilder. blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the passedBlobAsyncClient
.SpecializedBlobClientBuilder
SpecializedBlobClientBuilder. blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on theBlobAsyncClientBase
.Constructors in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientBase Constructor Description BlobClientBase(BlobAsyncClientBase client)
Constructor used bySpecializedBlobClientBuilder
.
-