| 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.
|
| 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.
|
| BlobHTTPHeaders
Most often used when creating a blob or setting its properties, this class contains fields for typical HTTP
properties, which, if specified, will be attached to the target blob.
|
| 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) to help provide information for retrying. |
| ETag
An HTTP ETag.
|
| HTTPAccessConditions
This type contains standard HTTP Access Conditions.
|
| 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 |
| LeaseAccessConditions
By specifying a leaseID as a member of this class, operations on storage resources will only succeed if the active
lease on the blob matches the string contained here.
|
| 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.
|
| RequestRetryOptions
Options for configuring the
RequestRetryFactory. |
| RetryPolicyType
This type holds possible options for retry backoff algorithms.
|
| RetryReader.HTTPGetterInfo
HTTPGetterInfo is a passed to the getter function of a RetryReader to specify parameters needed for the GET
request.
|
RetryReaderOptions
RetryReaderOptions contains properties which help a RetryReader determine when to retry. |
| 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.
|
| 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. |
| TransferManager.UploadToBlockBlobOptions |
Copyright © 2018. All rights reserved.