IFsrmFileManagementJob::put_DaysSinceFileLastAccessed method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The number of days that have elapsed since the file was last accessed.

This property is read/write.

Syntax

HRESULT put_DaysSinceFileLastAccessed(
  long daysSinceAccess
);

Parameters

daysSinceAccess

Return value

None

Remarks

The value is FsrmDaysNotSpecified if not set.

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

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob