IFsrmFileManagementJob.DaysSinceFileLastModified Property
Retrieves or sets the number of days that have elapsed since a file was last modified.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int DaysSinceFileLastModified { get; set; }
property int DaysSinceFileLastModified {
int get();
void set(int value);
}
abstract DaysSinceFileLastModified : int with get, set
Property DaysSinceFileLastModified As Integer
Property Value
Type: System.Int32
Returns a Int32 containing the number of days that have elapsed since the file was last modified. Must be a non-negative integer value.
Remarks
The value is FsrmDaysNotSpecified if not set.
The job considers this condition met for a file if the file's last modified date minus the job's current run date is less than the value of daysSinceModify.
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top