Skip to content

Latest commit

 

History

History
146 lines (101 loc) · 5.95 KB

ne-fsrmenums-fsrmreportfilter.md

File metadata and controls

146 lines (101 loc) · 5.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fsrmenums._FsrmReportFilter
FsrmReportFilter (fsrmenums.h)
Defines the filters that you can use to limit the files that are included in a report.
FsrmReportFilter
FsrmReportFilter enumeration [File Server Resource Manager]
FsrmReportFilter_FileGroups
FsrmReportFilter_MaxAgeDays
FsrmReportFilter_MinAgeDays
FsrmReportFilter_MinQuotaUsage
FsrmReportFilter_MinSize
FsrmReportFilter_NamePattern
FsrmReportFilter_Owners
FsrmReportFilter_Property
fs.fsrmreportfilter
fsrm.fsrmreportfilter
fsrmenums/FsrmReportFilter
fsrmenums/FsrmReportFilter_FileGroups
fsrmenums/FsrmReportFilter_MaxAgeDays
fsrmenums/FsrmReportFilter_MinAgeDays
fsrmenums/FsrmReportFilter_MinQuotaUsage
fsrmenums/FsrmReportFilter_MinSize
fsrmenums/FsrmReportFilter_NamePattern
fsrmenums/FsrmReportFilter_Owners
fsrmenums/FsrmReportFilter_Property
fsrm\fsrmreportfilter.htm
fsrm
6f38ec9a-8876-44ce-9d44-f3982f1880ca
12/05/2018
FsrmReportFilter, FsrmReportFilter enumeration [File Server Resource Manager], FsrmReportFilter_FileGroups, FsrmReportFilter_MaxAgeDays, FsrmReportFilter_MinAgeDays, FsrmReportFilter_MinQuotaUsage, FsrmReportFilter_MinSize, FsrmReportFilter_NamePattern, FsrmReportFilter_Owners, FsrmReportFilter_Property, fs.fsrmreportfilter, fsrm.fsrmreportfilter, fsrmenums/FsrmReportFilter, fsrmenums/FsrmReportFilter_FileGroups, fsrmenums/FsrmReportFilter_MaxAgeDays, fsrmenums/FsrmReportFilter_MinAgeDays, fsrmenums/FsrmReportFilter_MinQuotaUsage, fsrmenums/FsrmReportFilter_MinSize, fsrmenums/FsrmReportFilter_NamePattern, fsrmenums/FsrmReportFilter_Owners, fsrmenums/FsrmReportFilter_Property
fsrmenums.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008
Windows
FsrmReportFilter
19H1
_FsrmReportFilter
fsrmenums/_FsrmReportFilter
FsrmReportFilter
fsrmenums/FsrmReportFilter
c++
APIRef
kbSyntax
HeaderDef
FsrmEnums.h
FsrmReportFilter

FsrmReportFilter enumeration

-description

Defines the filters that you can use to limit the files that are included in a report.

-enum-fields

-field FsrmReportFilter_MinSize:1

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

Applies to the FsrmReportType_LargeFiles report type.

-field FsrmReportFilter_MinAgeDays:2

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

Applies to the FsrmReportType_LeastRecentlyAccessed and FsrmReportType_FileScreenAudit report types.

-field FsrmReportFilter_MaxAgeDays:3

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

Applies to the FsrmReportType_MostRecentlyAccessed report type.

-field FsrmReportFilter_MinQuotaUsage:4

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

Applies to the FsrmReportType_QuotaUsage report type.

-field FsrmReportFilter_FileGroups:5

The report will show only files from a specified set of file groups.

Applies to the FsrmReportType_FilesByType report type.

-field FsrmReportFilter_Owners:6

The report will show only files that belong to specified owners. The format of the owner string can be either the user principal name ("UserName@Domain" or "Domain\UserName") or a SID in string format.

Applies to the FsrmReportType_FilesByOwner report type.

-field FsrmReportFilter_NamePattern:7

The report will show only files with names that match the specified pattern.

Applies to the FsrmReportType_LargeFiles, FsrmReportType_MostRecentlyAccessed, FsrmReportType_LeastRecentlyAccessed, FsrmReportType_FilesByOwner, and
FsrmReportType_FilesByProperty report types. For these report types, multiple filters could exist. For example, for the FsrmReportType_LargeFiles report type, both the FsrmReportFilter_MinSize and FsrmReportFilter_NamePattern filters could exist.

-field FsrmReportFilter_Property:8

The report will show only files that contain the specified property.

Applies to the FsrmReportType_FilesByProperty and FsrmReportType_FoldersByProperty report types.

-remarks

The value for the filter is specified when you call the IFsrmReport::SetFilter or IFsrmReportManager::SetDefaultFilter method to specify the filter. For example, you set the filterValue parameter to the filter's value when calling SetFilter.

-see-also

IFsrmReport::GetFilter

IFsrmReport::SetFilter

IFsrmReportManager::GetDefaultFilter

IFsrmReportManager::IsFilterValidForReportType

IFsrmReportManager::SetDefaultFilter