DateAfterModification interface

Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan.

Properties

daysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

daysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

daysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

daysAfterModificationGreaterThan

Value indicating the age in days after last modification

Property Details

daysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

daysAfterCreationGreaterThan?: number

Property Value

number

daysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

daysAfterLastAccessTimeGreaterThan?: number

Property Value

number

daysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

daysAfterLastTierChangeGreaterThan?: number

Property Value

number

daysAfterModificationGreaterThan

Value indicating the age in days after last modification

daysAfterModificationGreaterThan?: number

Property Value

number