DateAfterModification クラス

オブジェクトの最終変更または最後のアクセス後の日数を定義するオブジェクト。 プロパティ daysAfterModificationGreaterThan と daysAfterLastAccessTimeGreaterThan は相互に排他的です。

継承
azure.mgmt.storage._serialization.Model
DateAfterModification

コンストラクター

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

Keyword-Only パラメータ

名前 説明
days_after_modification_greater_than

最後の変更後の日数を示す値。

days_after_last_access_time_greater_than

最後の BLOB アクセス後の日数を示す値。 このプロパティは、最終アクセス時刻追跡ポリシーと組み合わせてのみ使用できます。

変数

名前 説明
days_after_modification_greater_than

最後の変更後の日数を示す値。

days_after_last_access_time_greater_than

最後の BLOB アクセス後の日数を示す値。 このプロパティは、最終アクセス時刻追跡ポリシーと組み合わせてのみ使用できます。