Uses of Class
com.azure.storage.blob.specialized.BlobClientBase
Packages that use BlobClientBase
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
- 
Uses of BlobClientBase in com.azure.storage.blobSubclasses of BlobClientBase in com.azure.storage.blobModifier and TypeClassDescriptionclassThis class provides a client that contains generic blob operations for Azure Storage Blobs.
- 
Uses of BlobClientBase in com.azure.storage.blob.specializedSubclasses of BlobClientBase 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 BlobClientBaseModifier and TypeMethodDescriptionBlobClientBase.createSnapshot()Creates a read-only snapshot of the blob.BlobClientBase.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobClientBasewith the specifiedcustomerProvidedKey.BlobClientBase.getEncryptionScopeClient(String encryptionScope) Creates a newBlobClientBasewith the specifiedencryptionScope.BlobClientBase.getSnapshotClient(String snapshot) Creates a newBlobClientBaselinked to thesnapshotof this blob resource.BlobClientBase.getVersionClient(String versionId) Creates a newBlobClientBaselinked to theversionof this blob resource.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlobClientBaseModifier 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.Methods in com.azure.storage.blob.specialized with parameters of type BlobClientBaseModifier and TypeMethodDescriptionBlobLeaseClientBuilder.blobClient(BlobClientBase blobClient) Configures the builder based on the passedBlobClient.SpecializedBlobClientBuilder.blobClient(BlobClientBase blobClient) Configures the builder based on theBlobClientBase.