| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RehydratePriority |
RehydratePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RehydratePriority[] |
RehydratePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlobSetTierBatchOperation.addSubOperation(CloudBlockBlob blockBlob,
StandardBlobTier tier,
RehydratePriority rehydratePriority,
BlobRequestOptions options) |
String |
CloudBlockBlob.startCopy(CloudBlockBlob sourceBlob,
String contentMd5,
boolean syncCopy,
StandardBlobTier standardBlobTier,
RehydratePriority rehydratePriority,
AccessCondition sourceAccessCondition,
AccessCondition destinationAccessCondition,
BlobRequestOptions options,
OperationContext opContext)
Requests the service to start copying a block blob's contents, properties, and metadata to a new block blob,
using the blob tier, rehydrate priority, specified access conditions, lease ID, request options, operation context.
|
void |
CloudBlockBlob.uploadStandardBlobTier(StandardBlobTier standardBlobTier,
RehydratePriority rehydratePriority,
BlobRequestOptions options,
OperationContext opContext)
Sets the tier on a block blob on a standard storage account.
|
Copyright © 2021. All Rights Reserved.