Share via


_FsrmReportLimit Enumeration

 

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

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

Syntax

public enum _FsrmReportLimit
public enum class _FsrmReportLimit
type _FsrmReportLimit
Public Enumeration _FsrmReportLimit

Members

Member name Description
FsrmReportLimit_MaxDuplicateGroups

A FsrmReportType_DuplicateFiles report will list up to a maximum number of duplicated file groups.

FsrmReportLimit_MaxFileGroups

A FsrmReportType_FilesByType report will list up to a maximum number of file groups.

FsrmReportLimit_MaxFiles

The report will list up to a maximum number of files. Applies to all report types.

FsrmReportLimit_MaxFileScreenEvents

A FsrmReportType_FileScreenAudit report will list up to a maximum number of file screen events.

FsrmReportLimit_MaxFilesPerDuplGroup

A FsrmReportType_DuplicateFiles report will list up to a maximum number of files per duplicated file group.

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_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.

FsrmReportLimit_MaxOwners

A FsrmReportType_FilesByOwner report will list up to a maximum number of owners.

FsrmReportLimit_MaxPropertyValues

A FsrmReportType_FilesByProperty report will list up to a maximum number of property values.

FsrmReportLimit_MaxQuotas

A FsrmReportType_QuotaUsage report will list up to a maximum number of quotas.

Remarks

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

See Also

_FsrmReportType
GetReportSizeLimit
SetReportSizeLimit
Microsoft.Storage Namespace

Return to top