| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.blob.models |
This package contains the blob data transfer object classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcquireLeaseOptions
Represents the options that may be set on an
acquireLease request. |
class |
CommitBlobBlocksOptions
Represents the options that may be set on a
commitBlobBlocks request. |
class |
CopyBlobOptions
Represents the options that may be set on a
copyBlob request. |
class |
CreateBlobBlockOptions
Represents the options that may be set on a
createBlobBlock request. |
class |
CreateBlobOptions
Represents the options that may be set on a
createPageBlob or
createBlockBlob request. |
class |
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. |
class |
CreateBlobSnapshotOptions
Represents the options that may be set on a
createBlobSnapshot request. |
class |
CreateContainerOptions
Represents the options that may be set on a
createContainer request. |
class |
DeleteBlobOptions
Represents the options that may be set on a
deleteBlob
request. |
class |
DeleteContainerOptions
Represents the options that may be set on a
deleteContainer request. |
class |
GetBlobMetadataOptions
Represents the options that may be set on a
getBlobMetadata request. |
class |
GetBlobOptions
Represents the options that may be set on a
getBlob request. |
class |
GetBlobPropertiesOptions
Represents the options that may be set on a
getBlobProperties request. |
class |
ListBlobBlocksOptions
Represents the options that may be set on a
listBlobBlocks request. |
class |
ListBlobRegionsOptions
Represents the options that may be set on a
listBlobRegions request. |
class |
ListBlobsOptions
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#listBlobs(String, ListBlobsOptions) request. |
class |
ListContainersOptions
Represents the options that may be set on a
listContainers
request. |
class |
SetBlobMetadataOptions
Represents the options that may be set on a
setBlobMetadata request. |
class |
SetBlobPropertiesOptions
Represents the options that may be set on a
setBlobProperties request. |
class |
SetContainerMetadataOptions
Represents the options that may be set on a
com.microsoft.windowsazure.services.blob.BlobContract#setContainerMetadata(String, java.util.HashMap, SetContainerMetadataOptions)
request. |
| Modifier and Type | Method and Description |
|---|---|
BlobServiceOptions |
BlobServiceOptions.setTimeout(Integer timeout)
Sets the server request timeout value associated with this
BlobServiceOptions instance. |
/**
* 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.
*/