| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.blob.models |
This package contains the blob data transfer object classes.
|
| Modifier and Type | Method and Description |
|---|---|
CopyBlobOptions |
CopyBlobOptions.addMetadata(String key,
String value)
Adds a name-value pair to the blob metadata collection associated with
this
CopyBlobOptions instance. |
CopyBlobOptions |
CopyBlobOptions.setAccessCondition(com.microsoft.windowsazure.core.utils.AccessConditionHeader accessCondition)
Sets optional access conditions for the destination blob.
|
CopyBlobOptions |
CopyBlobOptions.setLeaseId(String leaseId)
Sets a lease ID value to match on the destination blob.
|
CopyBlobOptions |
CopyBlobOptions.setMetadata(HashMap<String,String> metadata)
Sets the blob metadata collection to associate with the destination blob.
|
CopyBlobOptions |
CopyBlobOptions.setSourceAccessCondition(com.microsoft.windowsazure.core.utils.AccessConditionHeader sourceAccessCondition)
Sets optional access conditions for the source blob.
|
CopyBlobOptions |
CopyBlobOptions.setSourceLeaseId(String sourceLeaseId)
Sets a lease ID value to match on the source blob.
|
CopyBlobOptions |
CopyBlobOptions.setSourceSnapshot(String sourceSnapshot)
Sets the snapshot timestamp value used to identify the particular
snapshot of the source blob to copy.
|
CopyBlobOptions |
CopyBlobOptions.setTimeout(Integer timeout)
Sets the optional server request timeout value associated with this
CopyBlobOptions 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.
*/