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 possible states of a rule.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmRuleFlags
public enum class _FsrmRuleFlags
type _FsrmRuleFlags
Public Enumeration _FsrmRuleFlags
Members
| Member name | Description | |
|---|---|---|
| FsrmRuleFlags_ClearAutomaticallyClassifiedProperty | Clears the automatically classified property. |
|
| FsrmRuleFlags_ClearManuallyClassifiedProperty | Clears the manually classified property. |
|
| FsrmRuleFlags_Disabled | Disable the rule; do not use the rule to classify files. |
|
| FsrmRuleFlags_Invalid | Do not set this flag. FSRM sets this flag if the classifier that uses the rule is either disabled or not registered with FSRM. If this flag is set FSRM will not use the rule to classify files. |
Remarks
You cannot set FsrmRuleFlags_Invalid; this flag is used by FSRM.
See Also
RuleFlags
Microsoft.Storage Namespace
Return to top