FsrmReportLimit enumeration
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
-
The report will list up to a maximum number of files. Applies to all report types.
- FsrmReportLimit_MaxFileGroups
-
A FsrmReportType_FilesByType report will list up to a maximum number of file groups.
- FsrmReportLimit_MaxOwners
-
A FsrmReportType_FilesByOwner report will list up to a maximum number of owners.
- FsrmReportLimit_MaxFilesPerFileGroup
-
A FsrmReportType_FilesByProperty report will list up to a maximum number of files per file group.
- FsrmReportLimit_MaxFilesPerOwner
-
A FsrmReportType_FilesByOwner report will be limited to a maximum number of files per owner.
- FsrmReportLimit_MaxFilesPerDuplGroup
-
A FsrmReportType_DuplicateFiles report will list up to a maximum number of files per duplicated file group.
- FsrmReportLimit_MaxDuplicateGroups
-
A FsrmReportType_DuplicateFiles report will list up to a maximum number of duplicated file groups.
- FsrmReportLimit_MaxQuotas
-
A FsrmReportType_QuotaUsage report will list up to a maximum number of quotas.
- FsrmReportLimit_MaxFileScreenEvents
-
A FsrmReportType_FileScreenAudit report will list up to a maximum number of file screen events.
- FsrmReportLimit_MaxPropertyValues
-
A FsrmReportType_FilesByProperty report will list up to a maximum number of property values.
- FsrmReportLimit_MaxFilesPerPropertyValue
-
A FsrmReportType_FilesByProperty report will list up to a maximum number of files per property value.
- FsrmReportLimit_MaxFolders
-
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
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 12/6/2012