ManagementPolicyBaseBlob interface
Management policy action for base blob.
Properties
delete | The function to delete the blob |
enable |
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. |
tier |
The function to tier blobs to archive storage. |
tier |
The function to tier blobs to cold storage. |
tier |
The function to tier blobs to cool storage. |
tier |
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts |
Property Details
delete
enableAutoTierToHotFromCool
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
enableAutoTierToHotFromCool?: boolean
Property Value
boolean
tierToArchive
The function to tier blobs to archive storage.
tierToArchive?: DateAfterModification
Property Value
tierToCold
The function to tier blobs to cold storage.
tierToCold?: DateAfterModification
Property Value
tierToCool
The function to tier blobs to cool storage.
tierToCool?: DateAfterModification
Property Value
tierToHot
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
tierToHot?: DateAfterModification