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.
|
Modifier and Type | Class and Description |
---|---|
class |
BlobAsyncClient
This class provides a client that contains generic blob operations for Azure Storage Blobs.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendBlobAsyncClient
Client to an append blob.
|
class |
BlockBlobAsyncClient
Client to a block blob.
|
class |
PageBlobAsyncClient
Client to a page blob.
|
Modifier and Type | Method and Description |
---|---|
BlobAsyncClientBase |
BlobAsyncClientBase.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlobAsyncClientBase with the specified customerProvidedKey . |
BlobAsyncClientBase |
BlobAsyncClientBase.getEncryptionScopeAsyncClient(String encryptionScope)
Creates a new
BlobAsyncClientBase with the specified encryptionScope . |
BlobAsyncClientBase |
BlobAsyncClientBase.getSnapshotClient(String snapshot)
Creates a new
BlobAsyncClientBase linked to the snapshot of this blob resource. |
BlobAsyncClientBase |
BlobAsyncClientBase.getVersionClient(String versionId)
Creates a new
BlobAsyncClientBase linked to the versionId of this blob resource. |
Modifier and Type | Method and Description |
---|---|
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the passed
BlobAsyncClient . |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the
BlobAsyncClientBase . |
Constructor and Description |
---|
BlobClientBase(BlobAsyncClientBase client)
Constructor used by
SpecializedBlobClientBuilder . |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.