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.

tierToCold

The function to tier blobs to cold storage.

tierToCool

The function to tier blobs to cool storage.

tierToHot

The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts

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.

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

Property Value