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 aBlobAsyncClientbased 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 newBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobAsyncClient.getEncryptionScopeAsyncClient(String encryptionScope) Creates a newBlobAsyncClientwith the specifiedencryptionScope.BlobAsyncClient.getSnapshotClient(String snapshot) Creates a newBlobAsyncClientlinked to thesnapshotof this blob resource.BlobAsyncClient.getVersionClient(String versionId) Creates a newBlobAsyncClientlinked to theversionIdof this blob resource.Constructors in com.azure.storage.blob with parameters of type BlobAsyncClientModifierConstructorDescriptionprotectedBlobClient(BlobAsyncClient client) Protected constructor for use byBlobClientBuilder.protectedBlobClient(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 BlobOutputStreamBlobOutputStream.blockBlobOutputStream(BlobAsyncClient client, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions) Creates a block blob output stream from a BlobAsyncClientstatic BlobOutputStreamBlobOutputStream.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 BlobOutputStreamBlobOutputStream.blockBlobOutputStream(BlobAsyncClient client, BlockBlobOutputStreamOptions options, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClient