| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.blob |
This package contains the blob service class, interface, and associated configuration and utility classes.
|
| com.microsoft.windowsazure.services.blob.models |
This package contains the blob data transfer object classes.
|
| com.microsoft.windowsazure.services.media |
This package contains the media services, interface, and associated configuration and utility classes.
|
| Class and Description |
|---|
| BlockList
Represents a list of blocks that may be committed to a block blob.
|
| CommitBlobBlocksOptions
Represents the options that may be set on a
commitBlobBlocks request. |
| 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. |
| CreateBlobResult
A wrapper class for the response returned from a Blob Service REST API Create
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. |
| 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.
|
| 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.
|
| 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.
|
| Class and 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. |
| 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.Entry
The abstract base class for an entry in a
BlockList, representing
a committed or uncommitted block. |
| CommitBlobBlocksOptions
Represents the options that may be set on a
commitBlobBlocks request. |
| 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.PublicAccessType
An enumeration type for the public access levels that can be set on a
blob container.
|
| ContainerACL.SignedIdentifier
A static inner class representing a container-level access policy with a
unique name.
|
| CopyBlobOptions
Represents the options that may be set on a
copyBlob request. |
| 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. |
| CreateBlobSnapshotOptions
Represents the options that may be set on a
createBlobSnapshot request. |
| 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. |
| GetBlobOptions
Represents the options that may be set on a
getBlob request. |
| GetBlobPropertiesOptions
Represents the options that may be set on a
getBlobProperties request. |
| ListBlobBlocksOptions
Represents the options that may be set on a
listBlobBlocks request. |
| 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. |
| ListBlobsOptions
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#listBlobs(String, ListBlobsOptions) request. |
| 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.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. |
| SetBlobPropertiesOptions
Represents the options that may be set on a
setBlobProperties request. |
| SetContainerMetadataOptions
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#setContainerMetadata(String, java.util.HashMap, SetContainerMetadataOptions)
request. |
| Class and Description |
|---|
| BlockList
Represents a list of blocks that may be committed to a block blob.
|
| CommitBlobBlocksOptions
Represents the options that may be set on a
commitBlobBlocks request. |
| 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. |
| CreateBlobResult
A wrapper class for the response returned from a Blob Service REST API Create
Blob operation.
|
/**
* 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.
*/