Uses of Class
com.azure.storage.blob.specialized.BlobClientBase
-
Packages that use BlobClientBase 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 BlobClientBase in com.azure.storage.blob
Subclasses of BlobClientBase in com.azure.storage.blob Modifier and Type Class Description classBlobClientThis class provides a client that contains generic blob operations for Azure Storage Blobs. -
Uses of BlobClientBase in com.azure.storage.blob.specialized
Subclasses of BlobClientBase in com.azure.storage.blob.specialized Modifier and Type Class Description classAppendBlobClientClient to an append blob.classBlockBlobClientClient to a block blob.classPageBlobClientClient to a page blob.Methods in com.azure.storage.blob.specialized that return BlobClientBase Modifier and Type Method Description BlobClientBaseBlobClientBase. createSnapshot()Creates a read-only snapshot of the blob.BlobClientBaseBlobClientBase. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobClientBasewith the specifiedcustomerProvidedKey.BlobClientBaseBlobClientBase. getEncryptionScopeClient(String encryptionScope)Creates a newBlobClientBasewith the specifiedencryptionScope.BlobClientBaseBlobClientBase. getSnapshotClient(String snapshot)Creates a newBlobClientBaselinked to thesnapshotof this blob resource.BlobClientBaseBlobClientBase. 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 BlobClientBase Modifier and Type Method Description com.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 BlobClientBase Modifier and Type Method Description BlobLeaseClientBuilderBlobLeaseClientBuilder. blobClient(BlobClientBase blobClient)Configures the builder based on the passedBlobClient.SpecializedBlobClientBuilderSpecializedBlobClientBuilder. blobClient(BlobClientBase blobClient)Configures the builder based on theBlobClientBase.
-