DateAfterModification Class

Object to define the number of days after object last modification Or last access. Properties daysAfterModificationGreaterThan and daysAfterLastAccessTimeGreaterThan are mutually exclusive.

Inheritance
DateAfterModification

Constructor

DateAfterModification(*, days_after_modification_greater_than: Optional[float] = None, days_after_last_access_time_greater_than: Optional[float] = None, **kwargs)

Variables

days_after_modification_greater_than
float

Value indicating the age in days after last modification.

days_after_last_access_time_greater_than
float

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