Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the options for enumerating collections of objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmEnumOptions
public enum class _FsrmEnumOptions
type _FsrmEnumOptions
Public Enumeration _FsrmEnumOptions
Members
| Member name | Description | |
|---|---|---|
| FsrmEnumOptions_Asynchronous | Reserved. Do not use. |
|
| FsrmEnumOptions_CheckRecycleBin | Include items and paths that are in the system recycle bin when enumerating. |
|
| FsrmEnumOptions_IncludeClusterNodes | Include objects on all nodes in a Windows cluster when enumerating report jobs (EnumReportJobs). |
|
| FsrmEnumOptions_IncludeDeprecatedObjects | Include deprecated objects when enumerating. Windows Server 2008 R2 and Windows Server 2008: This enumeration value is not supported before Windows Server 2012. |
|
| FsrmEnumOptions_None | Use no options and enumerate objects synchronously. |
See Also
EnumModuleDefinitions
EnumPropertyDefinitions
EnumRules
EnumFileGroups
EnumFileManagementJobs
EnumFileScreenExceptions
EnumFileScreens
IsAffectedByQuota
EnumAutoApplyQuotas
EnumEffectiveQuotas
EnumQuotas
EnumTemplates
EnumReportJobs
Microsoft.Storage Namespace
Return to top