Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
StandardBlobTier |
BlobProperties.getStandardBlobTier()
If using a standard account and the blob is a block blob, gets the tier of the blob.
|
protected static StandardBlobTier |
StandardBlobTier.parse(String standardBlobTierString)
Parses a standard blob tier from the given string.
|
static StandardBlobTier |
StandardBlobTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardBlobTier[] |
StandardBlobTier.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.setStandardBlobTier(StandardBlobTier standardBlobTier)
Sets the tier of the block blob.
|
void |
CloudBlockBlob.uploadStandardBlobTier(StandardBlobTier standardBlobTier)
Sets the blob tier on a block blob on a standard storage account.
|
void |
CloudBlockBlob.uploadStandardBlobTier(StandardBlobTier standardBlobTier,
BlobRequestOptions options,
OperationContext opContext)
Sets the tier on a block blob on a standard storage account.
|
Copyright © 2019. All rights reserved.