Share via


IFsrmFileManagementJob.DaysSinceFileCreated Property

 

Retrieves or sets the number of days that have elapsed since the file was created.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

int DaysSinceFileCreated { get; set; }
property int DaysSinceFileCreated {
    int get();
    void set(int value);
}
abstract DaysSinceFileCreated : int with get, set
Property DaysSinceFileCreated As Integer

Property Value

Type: System.Int32

Returns a Int32 containing the number of days that have elapsed since the file was created.

Remarks

The value is FsrmDaysNotSpecified if not set.

The job considers this condition met for a file if the file's creation date minus the job's current run date is less than the value of daysSinceCreation.

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top