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 |
BlobClient
This class provides a client that contains generic blob operations for Azure Storage Blobs.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendBlobClient
Client to an append blob.
|
class |
BlockBlobClient
Client to a block blob.
|
class |
PageBlobClient
Client to a page blob.
|
Modifier and Type | Method and Description |
---|---|
BlobClientBase |
BlobClientBase.createSnapshot()
Creates a read-only snapshot of the blob.
|
BlobClientBase |
BlobClientBase.getSnapshotClient(String snapshot)
Creates a new
BlobClientBase linked to the snapshot of this blob resource. |
Modifier and Type | Method and Description |
---|---|
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.blobClient(BlobClientBase blobClient)
Configures the builder based on the passed
BlobClient . |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobClient(BlobClientBase blobClient)
Configures the builder based on the
BlobClientBase . |
Copyright © 2019 Microsoft Corporation. All rights reserved.