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. Support blobs currently at Hot or Cool tier |
tier |
The function to tier blobs to cool storage. Support blobs currently at Hot tier |
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. Support blobs currently at Hot or Cool tier
tierToArchive?: DateAfterModification
Property Value
tierToCool
The function to tier blobs to cool storage. Support blobs currently at Hot tier
tierToCool?: DateAfterModification