CloudBlockBlob.uploadStandardBlobTier Method
Definition
Overloads
| uploadStandardBlobTier(final StandardBlobTier standardBlobTier) |
Sets the blob tier on a block blob on a standard storage account. |
| uploadStandardBlobTier(final StandardBlobTier standardBlobTier, BlobRequestOptions options, OperationContext opContext) |
Sets the tier on a block blob on a standard storage account. |
| uploadStandardBlobTier(final StandardBlobTier standardBlobTier, RehydratePriority rehydratePriority, BlobRequestOptions options, OperationContext opContext) |
Sets the tier on a block blob on a standard storage account. |
uploadStandardBlobTier(final StandardBlobTier standardBlobTier)
Sets the blob tier on a block blob on a standard storage account.
public void uploadStandardBlobTier(final StandardBlobTier standardBlobTier)
Parameters
- standardBlobTier
- final StandardBlobTier
A StandardBlobTier object which represents the tier of the blob.
Exceptions
If a storage service error occurred.
uploadStandardBlobTier(final StandardBlobTier standardBlobTier, BlobRequestOptions options, OperationContext opContext)
Sets the tier on a block blob on a standard storage account.
public void uploadStandardBlobTier(final StandardBlobTier standardBlobTier, BlobRequestOptions options, OperationContext opContext)
Parameters
- standardBlobTier
- final StandardBlobTier
A StandardBlobTier object which represents the tier of the blob.
- options
- BlobRequestOptions
A BlobRequestOptions object that specifies any additional options for the request. Specifying null will use the default request options from the associated service client ( CloudBlobClient).
- opContext
- OperationContext
An OperationContext object which represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Exceptions
If a storage service error occurred.
uploadStandardBlobTier(final StandardBlobTier standardBlobTier, RehydratePriority rehydratePriority, BlobRequestOptions options, OperationContext opContext)
Sets the tier on a block blob on a standard storage account.
public void uploadStandardBlobTier(final StandardBlobTier standardBlobTier, RehydratePriority rehydratePriority, BlobRequestOptions options, OperationContext opContext)
Parameters
- standardBlobTier
- final StandardBlobTier
A StandardBlobTier object which represents the tier of the blob.
- rehydratePriority
- RehydratePriority
A RehydratePriority object which represents the rehydrate priority.
- options
- BlobRequestOptions
A BlobRequestOptions object that specifies any additional options for the request. Specifying null will use the default request options from the associated service client ( CloudBlobClient).
- opContext
- OperationContext
An OperationContext object which represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Exceptions
If a storage service error occurred.