_FsrmReportType Enumeration

 

Defines the types of reports that you can generate.

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

Syntax

public enum _FsrmReportType
public enum class _FsrmReportType
type _FsrmReportType
Public Enumeration _FsrmReportType

Members

Member name Description
FsrmReportType_AutomaticClassification

For internal use only; do not specify.

Windows Server 2008: This report type is not supported before Windows Server 2008 R2.

FsrmReportType_DuplicateFiles

Lists duplicate files. All files with the same file name, file size, and last modify time under the scope of the report job are considered duplicates. For example, if the scope of the report is C:\ and D:\ and file file1.txt exists in C:\folder1\, C:\folder2\ and D:\folder1\ with the same modify time and file size, then the files are considered duplicates.

FsrmReportType_Expiration

For internal use only; do not specify.

Windows Server 2008: This report type is not supported before Windows Server 2008 R2.

FsrmReportType_ExportReport

Lists all files in the scope of the report job; there is no filtering. You can specify the XML or CSV file formats only for this report type. This report cannot be sent through email.

For an action report, the scope is based on the quota or file screen event that initiated the report.

FsrmReportType_FilesByOwner

Lists files grouped by their owner. Set the filter value to the list of owners whose files you want included in the report.

FsrmReportType_FilesByProperty

Lists files, grouped by property value, that contain the specified property (you can specify only one property on which to report).

Windows Server 2008: This report type is not supported before Windows Server 2008 R2.

FsrmReportType_FilesByType

Lists groups of files. Create a file group and use file name patterns to specify the members of the group. Set the filter value to the name of the file group.

FsrmReportType_FileScreenAudit

Lists file screening events that have occurred.

FsrmReportType_FoldersByProperty

Lists folders, grouped by property value, that contain the specified property (you can specify only one property on which to report).

Windows Server 2008 R2 and Windows Server 2008: This report type is not supported before Windows Server 2012.

FsrmReportType_LargeFiles

Lists files that are larger than a specified size. Set the filter value to the size, in bytes.

FsrmReportType_LeastRecentlyAccessed

Lists files that have not been accessed in the last n days. Specify the filter value in days.

FsrmReportType_MostRecentlyAccessed

Lists files that have been accessed in the last n days. Specify the filter value in days.

FsrmReportType_QuotaUsage

Lists quotas that exceed the specified threshold. Set the filter value to the threshold.

FsrmReportType_Unknown

The report type is unknown. Do not use this flag.

Remarks

To specify the values for report types that require a filter (for example, listing files over a specified size), call the SetDefaultFilter method.

See Also

ReportTypes
Type
CreateReport
GetDefaultFilter
IsFilterValidForReportType
SetDefaultFilter
Microsoft.Storage Namespace

Return to top