ManagementPolicyBaseBlob interface

Management policy action for base blob.

Properties

delete

The function to delete the blob

enableAutoTierToHotFromCool

This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

tierToArchive

The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier

tierToCool

The function to tier blobs to cool storage. Support blobs currently at Hot tier

Property Details

delete

The function to delete the blob

delete?: DateAfterModification

Property Value

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

Property Value