2.2.1.2.16 FsrmReportFilter

The FsrmReportFilter enumeration defines the set of filters that can be used to limit the files listed in a report.

 typedef  enum _FsrmReportFilter
 {
   FsrmReportFilter_MinSize = 1,
   FsrmReportFilter_MinAgeDays = 2,
   FsrmReportFilter_MaxAgeDays = 3,
   FsrmReportFilter_MinQuotaUsage = 4,
   FsrmReportFilter_FileGroups = 5,
   FsrmReportFilter_Owners = 6,
   FsrmReportFilter_NamePattern = 7,
   FsrmReportFilter_Property = 8
 } FsrmReportFilter;

FsrmReportFilter_MinSize:  The report will only show files that meet a minimum size.

FsrmReportFilter_MinAgeDays:  The report will only show files that were accessed more than a minimum number of days ago.

FsrmReportFilter_MaxAgeDays:  The report will only show files that were accessed prior to a maximum number of days ago.

FsrmReportFilter_MinQuotaUsage:  The report will only show quotas that meet a certain disk space usage level.

FsrmReportFilter_FileGroups:  The report will only show files from a given set of groups.

FsrmReportFilter_Owners:  The report will only show files that belong to a certain set of owners.

FsrmReportFilter_NamePattern:  The report will only show files whose name matches the given pattern.

FsrmReportFilter_Property:  The report will show only files whose property matches the given property name.