IFsrmFileManagementJob::get_NamespaceRoots 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.]

An array of local directory paths that will be scanned when the file management job is run.

This property is read/write.

Syntax

HRESULT get_NamespaceRoots(
  SAFEARRAY **namespaceRoots
);

Parameters

namespaceRoots

Return value

None

Remarks

All subdirectories under each specified path are also scanned (recursively).

If you schedule this job, specify the same namespaces when calling the IFsrmReportScheduler::CreateScheduleTask method.

This property calls the IFsrmReportScheduler::VerifyNamespaces method to validate the paths. For validation details, see the Remarks section of VerifyNamespaces.

Note that FSRM supports only NTFS file systems—you cannot specify paths on ReFS, FAT, FAT32, UDF, or other non-NTFS file system.

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