DateAfterModification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class DateAfterModification
type DateAfterModification = class
Public Class DateAfterModification
- Inheritance
-
DateAfterModification
Constructors
DateAfterModification() |
Initializes a new instance of the DateAfterModification class. |
DateAfterModification(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the DateAfterModification class. |
Properties
DaysAfterCreationGreaterThan |
Gets or sets value indicating the age in days after blob creation. |
DaysAfterLastAccessTimeGreaterThan |
Gets or sets value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
DaysAfterLastTierChangeGreaterThan |
Gets or sets 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. |
DaysAfterModificationGreaterThan |
Gets or sets value indicating the age in days after last modification |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET