Uses of Class
com.azure.storage.blob.BlobAsyncClient
Packages that use BlobAsyncClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobAsyncClientModifier and TypeMethodDescriptionBlobClientBuilder.buildAsyncClient()
Creates aBlobAsyncClient
based on options set in the builder.BlobContainerAsyncClient.getBlobAsyncClient
(String blobName) Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobContainerAsyncClient.getBlobAsyncClient
(String blobName, String snapshot) Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobContainerAsyncClient.getBlobVersionAsyncClient
(String blobName, String versionId) Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClient
with the specifiedcustomerProvidedKey
.BlobAsyncClient.getEncryptionScopeAsyncClient
(String encryptionScope) Creates a newBlobAsyncClient
with the specifiedencryptionScope
.BlobAsyncClient.getSnapshotClient
(String snapshot) Creates a newBlobAsyncClient
linked to thesnapshot
of this blob resource.BlobAsyncClient.getVersionClient
(String versionId) Creates a newBlobAsyncClient
linked to theversionId
of this blob resource.Constructors in com.azure.storage.blob with parameters of type BlobAsyncClientModifierConstructorDescriptionprotected
BlobClient
(BlobAsyncClient client) Protected constructor for use byBlobClientBuilder
.protected
BlobClient
(BlobAsyncClient client, com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use byBlobClientBuilder
. -
Uses of BlobAsyncClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientModifier and TypeMethodDescriptionstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions) Creates a block blob output stream from a BlobAsyncClientstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClientstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, BlockBlobOutputStreamOptions options, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClient