DateAfterModificationArgs

data class DateAfterModificationArgs(val daysAfterCreationGreaterThan: Output<Double>? = null, val daysAfterLastAccessTimeGreaterThan: Output<Double>? = null, val daysAfterLastTierChangeGreaterThan: Output<Double>? = null, val daysAfterModificationGreaterThan: Output<Double>? = null) : ConvertibleToJava<DateAfterModificationArgs>

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.

Constructors

Link copied to clipboard
constructor(daysAfterCreationGreaterThan: Output<Double>? = null, daysAfterLastAccessTimeGreaterThan: Output<Double>? = null, daysAfterLastTierChangeGreaterThan: Output<Double>? = null, daysAfterModificationGreaterThan: Output<Double>? = null)

Properties

Link copied to clipboard

Value indicating the age in days after blob creation.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Value indicating the age in days after last modification

Functions

Link copied to clipboard
open override fun toJava(): DateAfterModificationArgs