| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Class and Description |
|---|
| AccountSASPermission
This is a helper class to construct a string representing the permissions granted by an AccountSAS.
|
| AccountSASResourceType
This is a helper class to construct a string representing the resources accessible by an AccountSAS.
|
| AccountSASService
This is a helper class to construct a string representing the services accessible by an AccountSAS.
|
| AccountSASSignatureValues
AccountSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage account.
|
| AppendBlobAccessConditions
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.
|
| AppendBlobURL
Represents a URL to an append blob.
|
| BlobAccessConditions
This class contains values which will restrict the successful operation of a variety of requests to the conditions
present.
|
| BlobListingDetails
This type allows users to specify additional information the service should return with each blob when listing blobs
in a container (via a
ContainerURL object). |
| BlobRange
This is a representation of a range of bytes on a blob, typically used during a download operation.
|
| BlobSASPermission
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a blob.
|
| BlobURL
Represents a URL to a blob of any type: block, append, or page.
|
| BlobURLParts
A BlobURLParts object represents the components that make up an Azure Storage Container/Blob URL.
|
| BlockBlobURL
Represents a URL to a block blob.
|
| CommonRestResponse
A generic wrapper for any type of blob REST API response.
|
| ContainerAccessConditions
This class contains values which will restrict the successful operation of a variety of requests to the conditions
present.
|
| ContainerListingDetails
This type allows users to specify additional information the service should return with each container when listing
containers in an account (via a
ServiceURL object). |
| ContainerSASPermission
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container.
|
| ContainerURL
Represents a URL to a container.
|
DownloadResponse
DownloadResponse wraps the protocol-layer response from BlobURL.download(BlobRange,
BlobAccessConditions, boolean, com.microsoft.rest.v2.Context) to automatically retry failed reads from the body as
appropriate. |
| HTTPGetterInfo
HTTPGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET
request.
|
| ICredentials
Credentials represent any credential type
it is used to create a credential policy Factory.
|
| IPRange
This type specifies a continuous range of IP addresses.
|
| IProgressReceiver
An
IProgressReceiver is an object that can be used to report progress on network transfers. |
| ListBlobsOptions
Defines options available to configure the behavior of a call to listBlobsFlatSegment on a
ContainerURL
object. |
| ListContainersOptions
Defines options available to configure the behavior of a call to listContainersSegment on a
ServiceURL
object. |
| LoggingOptions
Options to configure the
LoggingFactory. |
| Metadata
Contains metadata key/value pairs to be associated with a storage resource.
|
| PageBlobAccessConditions
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.
|
| PageBlobURL
Represents a URL to a page blob.
|
| PipelineOptions
This type encapsulates all the possible configuration for the default pipeline.
|
ReliableDownloadOptions
ReliableDownloadOptions contains properties which help the Flowable returned from
DownloadResponse.body(ReliableDownloadOptions) determine when to retry. |
| RequestRetryOptions
Options for configuring the
RequestRetryFactory. |
| RetryPolicyType
This type holds possible options for retry backoff algorithms.
|
| SASProtocol
Specifies the set of possible permissions for a shared access signature protocol.
|
| SASQueryParameters
Represents the components that make up an Azure Storage SAS' query parameters.
|
| ServiceSASSignatureValues
ServiceSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage service.
|
| ServiceURL
Represents a URL to a blob service.
|
| SharedKeyCredentials
SharedKeyCredentials are a means of signing and authenticating storage requests.
|
| StorageURL
Represents a URL to a Azure storage object.
|
| TelemetryOptions
Options for configuring the
TelemetryFactory. |
| TransferManagerDownloadFromBlobOptions
Configures the parallel download behavior for methods on the
TransferManager. |
| TransferManagerUploadToBlockBlobOptions
Configures the parallel upload behavior for methods on the
TransferManager. |
This documentation was released into the public domain.