See: Description
| Class | Description |
|---|---|
| AccessCondition |
Represents a set of access conditions to be used for operations against the
storage services.
|
| AcquireLeaseOptions |
Represents the options that may be set on an
acquireLease request. |
| AcquireLeaseResult |
A wrapper class for the response returned from a Blob Service REST API Lease
Blob operation.
|
| BlobProperties |
Represents the HTML properties and system properties that may be set on a
blob.
|
| BlobServiceOptions |
Represents the base class for options that may be set on Blob Service REST
API operations invoked through the
BlobContract interface. |
| BlockList |
Represents a list of blocks that may be committed to a block blob.
|
| BlockList.CommittedEntry |
Represents an entry in a
BlockList for a previously committed
block. |
| BlockList.Entry |
The abstract base class for an entry in a
BlockList, representing
a committed or uncommitted block. |
| BlockList.LatestEntry |
Represents an entry in a
BlockList for the most recent
uncommitted block with the specified block ID, or the committed block
with the specified block ID if no uncommitted block is found. |
| BlockList.UncommittedEntry |
Represents an entry in a
BlockList for an uncommitted block. |
| BreakLeaseResult |
A wrapper class for the response returned from a Blob Service REST API Break
Lease Blob operation.
|
| CommitBlobBlocksOptions |
Represents the options that may be set on a
commitBlobBlocks request. |
| Constants |
Defines constants for use with blob operations, HTTP headers, and query
strings.
|
| Constants.AnalyticsConstants |
Defines constants for use Analytics requests.
|
| Constants.HeaderConstants |
Defines constants for use with HTTP headers.
|
| Constants.QueryConstants |
Defines constants for use with query strings.
|
| ContainerACL |
Represents the public access properties and the container-level access
policies of a container in the Blob storage service.
|
| ContainerACL.AccessPolicy |
An inner class representing the start time, expiration time, and
permissions associated with an access policy.
|
| ContainerACL.SignedIdentifier |
A static inner class representing a container-level access policy with a
unique name.
|
| ContainerACL.SignedIdentifiers |
A static inner class representing a collection of container-level access
policies.
|
| CopyBlobOptions |
Represents the options that may be set on a
copyBlob request. |
| CopyBlobResult |
A wrapper class for the response returned from a Blob Service REST API Copy
Blob operation.
|
| CreateBlobBlockOptions |
Represents the options that may be set on a
createBlobBlock request. |
| CreateBlobOptions |
Represents the options that may be set on a
createPageBlob or
createBlockBlob request. |
| CreateBlobPagesOptions |
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#createBlobPages(String, String, PageRange, long, java.io.InputStream, CreateBlobPagesOptions)
request. |
| CreateBlobPagesResult |
A wrapper class for the response returned from a Blob Service REST API Put
Page operation.
|
| CreateBlobResult |
A wrapper class for the response returned from a Blob Service REST API Create
Blob operation.
|
| CreateBlobSnapshotOptions |
Represents the options that may be set on a
createBlobSnapshot request. |
| CreateBlobSnapshotResult |
A wrapper class for the response returned from a Blob Service REST API
Snapshot Blob operation.
|
| CreateContainerOptions |
Represents the options that may be set on a
createContainer request. |
| DeleteBlobOptions |
Represents the options that may be set on a
deleteBlob
request. |
| DeleteContainerOptions |
Represents the options that may be set on a
deleteContainer request. |
| GetBlobMetadataOptions |
Represents the options that may be set on a
getBlobMetadata request. |
| GetBlobMetadataResult |
A wrapper class for the response returned from a Blob Service REST API Get
Blob Metadata operation.
|
| GetBlobOptions |
Represents the options that may be set on a
getBlob request. |
| GetBlobPropertiesOptions |
Represents the options that may be set on a
getBlobProperties request. |
| GetBlobPropertiesResult |
A wrapper class for the response returned from a Blob Service REST API Get
Blob Properties operation.
|
| GetBlobResult |
A wrapper class for the response returned from a Blob Service REST API Get
Blob operation.
|
| GetContainerACLResult |
A wrapper class for the response returned from a Blob Service REST API Get
Container ACL operation.
|
| GetContainerPropertiesResult |
A wrapper class for the response returned from a Blob Service REST API Get
Container Properties and Get Container Metadata operations.
|
| GetServicePropertiesResult |
A wrapper class for the service properties returned in response to Blob
Service REST API operations.
|
| ListBlobBlocksOptions |
Represents the options that may be set on a
listBlobBlocks request. |
| ListBlobBlocksResult |
A wrapper class for the response returned from a Blob Service REST API Get
Block List operation.
|
| ListBlobBlocksResult.Entry |
The class for an entry in a list of blocks, representing a committed or
uncommitted block.
|
| ListBlobRegionsOptions |
Represents the options that may be set on a
listBlobRegions request. |
| ListBlobRegionsResult |
A wrapper class for the response returned from a Blob Service REST API Get
Page Ranges operation.
|
| ListBlobsOptions |
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#listBlobs(String, ListBlobsOptions) request. |
| ListBlobsResult |
A wrapper class for the response returned from a Blob Service REST API List
Blobs operation.
|
| ListBlobsResult.BlobEntry |
Represents a Blob element returned in the response.
|
| ListBlobsResult.BlobPrefixEntry |
Represents a BlobPrefix element returned in the
response.
|
| ListBlobsResult.ListBlobsEntry |
The abstract base class for
Blob and BlobPrefix
entries in the list of results returned in the response. |
| ListContainersOptions |
Represents the options that may be set on a
listContainers
request. |
| ListContainersResult |
A wrapper class for the response returned from a Blob Service REST API List
Containers operation.
|
| ListContainersResult.Container |
Represents a container for blob storage returned by the server.
|
| ListContainersResult.ContainerProperties |
Represents the properties of a container for blob storage returned by the
server.
|
| PageRange |
Represents the range of bytes in a single page within a page blob.
|
| ServiceProperties |
Represents the Blob service properties that can be set on a storage account,
including Windows Azure Storage Analytics.
|
| ServiceProperties.Logging |
Represents the logging options that can be set on a storage account.
|
| ServiceProperties.Metrics |
Represents the metrics options that can be set on a storage account.
|
| ServiceProperties.RetentionPolicy |
Represents the optional retention policy that can be applied to logging
or metrics on the storage account.
|
| SetBlobMetadataOptions |
Represents the options that may be set on a
setBlobMetadata request. |
| SetBlobMetadataResult |
A wrapper class for the response returned from a Blob Service REST API Set
Blob Metadata operation.
|
| SetBlobPropertiesOptions |
Represents the options that may be set on a
setBlobProperties request. |
| SetBlobPropertiesResult |
A wrapper class for the response returned from a Blob Service REST API Set
Blob Properties operation.
|
| SetContainerMetadataOptions |
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#setContainerMetadata(String, java.util.HashMap, SetContainerMetadataOptions)
request. |
| Enum | Description |
|---|---|
| ContainerACL.PublicAccessType |
An enumeration type for the public access levels that can be set on a
blob container.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/