FsrmReportLimit enumeration (fsrmenums.h)

Defines the limit used to limit the files included in a report.

Syntax

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;

Constants

 
FsrmReportLimit_MaxFiles
Value: 1
The report will list up to a maximum number of files. Applies to all report types.
FsrmReportLimit_MaxFileGroups
Value: 2
A FsrmReportType_FilesByType report will list up to a maximum number of file
groups.
FsrmReportLimit_MaxOwners
Value: 3
A FsrmReportType_FilesByOwner report will list up to a maximum number of
owners.
FsrmReportLimit_MaxFilesPerFileGroup
Value: 4
A FsrmReportType_FilesByProperty report will list up to a maximum number of
files per file group.
FsrmReportLimit_MaxFilesPerOwner
Value: 5
A FsrmReportType_FilesByOwner report will be limited to a maximum number of
files per owner.
FsrmReportLimit_MaxFilesPerDuplGroup
Value: 6
A FsrmReportType_DuplicateFiles report will list up to a maximum number of
files per duplicated file group.
FsrmReportLimit_MaxDuplicateGroups
Value: 7
A FsrmReportType_DuplicateFiles report will list up to a maximum number of
duplicated file groups.
FsrmReportLimit_MaxQuotas
Value: 8
A FsrmReportType_QuotaUsage report will list up to a maximum number of
quotas.
FsrmReportLimit_MaxFileScreenEvents
Value: 9
A FsrmReportType_FileScreenAudit report will list up to a maximum number of
file screen events.
FsrmReportLimit_MaxPropertyValues
Value: 10
A FsrmReportType_FilesByProperty report will list up to a maximum number of
property values.
FsrmReportLimit_MaxFilesPerPropertyValue
Value: 11
A FsrmReportType_FilesByProperty report will list up to a maximum number of
files per property value.
FsrmReportLimit_MaxFolders
Value: 12
A FsrmReportType_FolderByProperty report will list up to a maximum number of
folders.

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

Remarks

You specify the value for the limit in the limitValue parameter when calling the IFsrmReportManager::SetReportSizeLimit method.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

FsrmReportType

IFsrmReportManager::GetReportSizeLimit

IFsrmReportManager::SetReportSizeLimit