Uses of Class
com.azure.storage.blob.BlobAsyncClient
-
Packages that use BlobAsyncClient 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 BlobAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobAsyncClient Modifier and Type Method Description BlobAsyncClientBlobClientBuilder. buildAsyncClient()Creates aBlobAsyncClientbased on options set in the builder.BlobAsyncClientBlobContainerAsyncClient. getBlobAsyncClient(String blobName)Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobAsyncClientBlobContainerAsyncClient. getBlobAsyncClient(String blobName, String snapshot)Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobAsyncClientBlobContainerAsyncClient. getBlobVersionAsyncClient(String blobName, String versionId)Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobAsyncClientBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobAsyncClientBlobAsyncClient. getEncryptionScopeAsyncClient(String encryptionScope)Creates a newBlobAsyncClientwith the specifiedencryptionScope.BlobAsyncClientBlobAsyncClient. getSnapshotClient(String snapshot)Creates a newBlobAsyncClientlinked to thesnapshotof this blob resource.BlobAsyncClientBlobAsyncClient. getVersionClient(String versionId)Creates a newBlobAsyncClientlinked to theversionIdof this blob resource.Constructors in com.azure.storage.blob with parameters of type BlobAsyncClient Constructor Description BlobClient(BlobAsyncClient client)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 BlobAsyncClient Modifier and Type Method Description static 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
-