Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
RehydrationStatus |
BlobProperties.getRehydrationStatus()
The rehydration status if the blob is being rehydrated
and the tier of the blob once the rehydration from archive has completed.
|
protected static RehydrationStatus |
RehydrationStatus.parse(String rehydrationStatusString)
Parses a rehydration status from the given string.
|
static RehydrationStatus |
RehydrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RehydrationStatus[] |
RehydrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlobProperties.setRehydrationStatus(RehydrationStatus rehydrationStatus)
Sets the rehydration status of the blob.
|
Copyright © 2019. All rights reserved.