Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Class and Description |
---|
BlobAsyncClient
This class provides a client that contains generic blob operations for Azure Storage Blobs.
|
BlobClient
This class provides a client that contains generic blob operations for Azure Storage Blobs.
|
BlobClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of
BlobClients and BlobAsyncClients , call buildClient and buildAsyncClient respectively to construct an instance of the desired client. |
BlobContainerAsyncClient
Client to a container.
|
BlobContainerClient
Client to a container.
|
BlobContainerClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of
BlobContainerClients and BlobContainerAsyncClients , call
buildClient and buildAsyncClient respectively to construct an
instance of the desired client. |
BlobServiceAsyncClient
Client to a storage account.
|
BlobServiceClient
Client to a storage account.
|
BlobServiceClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of
BlobServiceClients and BlobServiceAsyncClients , call buildClient and buildAsyncClient respectively to construct an instance of the desired
client. |
BlobServiceVersion
The versions of Azure Storage Blob supported by this client library.
|
BlobUrlParts
This class represents the components that make up an Azure Storage Container/Blob URL.
|
HttpGetterInfo
HttpGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET
request.
|
ProgressReceiver
An
IProgressReceiver is an object that can be used to report progress on network transfers. |
Class and Description |
---|
ProgressReceiver
An
IProgressReceiver is an object that can be used to report progress on network transfers. |
Class and Description |
---|
BlobContainerAsyncClient
Client to a container.
|
BlobContainerClient
Client to a container.
|
BlobServiceVersion
The versions of Azure Storage Blob supported by this client library.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.