2.2.1.2.17 FsrmReportLimit

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

 typedef  enum _FsrmReportLimit
 {
   FsrmReportLimit_MaxFiles = 1,
   FsrmReportLimit_MaxFileGroups = 2,
   FsrmReportLimit_MaxOwners = 3,
   FsrmReportLimit_MaxFilesPerFileGroup = 4,
   FsrmReportLimit_MaxFilesPerOwner = 5,
   FsrmReportLimit_MaxFilesPerDuplGroup = 6,
   FsrmReportLimit_MaxDuplicateGroups = 7,
   FsrmReportLimit_MaxQuotas = 8,
   FsrmReportLimit_MaxFileScreenEvents = 9,
   FsrmReportLimit_MaxPropertyValues = 10,
   FsrmReportLimit_MaxFilesPerPropertyValue = 11,
   FsrmReportLimit_MaxFolders = 12
 } FsrmReportLimit;

FsrmReportLimit_MaxFiles:  The report will list a maximum number of files.

FsrmReportLimit_MaxFileGroups:  The report will list a maximum number of file groups.

FsrmReportLimit_MaxOwners:  The report will list a maximum number of owners.

FsrmReportLimit_MaxFilesPerFileGroup:  The report will list a maximum number of files per file group.

FsrmReportLimit_MaxFilesPerOwner:  The report will be limited to a maximum number of files per owner.

FsrmReportLimit_MaxFilesPerDuplGroup:  The report will list a maximum number of file entries per duplicated file.

FsrmReportLimit_MaxDuplicateGroups:  The report will list a maximum number of groups for duplicated files (each set of duplicate files is one group).

FsrmReportLimit_MaxQuotas:  The report will list a maximum number of quotas.

FsrmReportLimit_MaxFileScreenEvents:  The report will list a maximum number of file screen events.

FsrmReportLimit_MaxPropertyValues:  The report will list a maximum number of property values per property.

FsrmReportLimit_MaxFilesPerPropertyValue:  The report will list a maximum number of files per property value.

FsrmReportLimit_MaxFolders:  The report will list a maximum number of folders.