Megosztás a következőn keresztül:


DateAfterModification Class

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

Inheritance
azure.mgmt.storage._serialization.Model
DateAfterModification

Constructor

DateAfterModification(*, days_after_modification_greater_than: float | None = None, days_after_last_access_time_greater_than: float | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
days_after_modification_greater_than

Value indicating the age in days after last modification.

days_after_last_access_time_greater_than

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

Variables

Name Description
days_after_modification_greater_than

Value indicating the age in days after last modification.

days_after_last_access_time_greater_than

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