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.ModelDateAfterModification
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python