Uses of Class
com.azure.storage.blob.specialized.BlobClientBase
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobClientBase in com.azure.storage.blob
Modifier and TypeClassDescriptionclass
This class provides a client that contains generic blob operations for Azure Storage Blobs. -
Uses of BlobClientBase 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 TypeMethodDescriptionBlobClientBase.createSnapshot()
Creates a read-only snapshot of the blob.BlobClientBase.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobClientBase
with the specifiedcustomerProvidedKey
.BlobClientBase.getEncryptionScopeClient
(String encryptionScope) Creates a newBlobClientBase
with the specifiedencryptionScope
.BlobClientBase.getSnapshotClient
(String snapshot) Creates a newBlobClientBase
linked to thesnapshot
of this blob resource.BlobClientBase.getVersionClient
(String versionId) Creates a newBlobClientBase
linked to theversion
of this blob resource.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BlobClientBase>
BlobClientBase.createSnapshotWithResponse
(Map<String, String> metadata, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a read-only snapshot of the blob.Modifier and TypeMethodDescriptionBlobLeaseClientBuilder.blobClient
(BlobClientBase blobClient) Configures the builder based on the passedBlobClient
.SpecializedBlobClientBuilder.blobClient
(BlobClientBase blobClient) Configures the builder based on theBlobClientBase
.