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 how to apply the rule to the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmExecutionOption
public enum class _FsrmExecutionOption
type _FsrmExecutionOption
Public Enumeration _FsrmExecutionOption
Members
| Member name | Description | |
|---|---|---|
| FsrmExecutionOption_EvaluateUnset | The rule is applied as a default value to the file if the property is not set on the file (if none of the storage modules returns the property). |
|
| FsrmExecutionOption_ReEvaluate_ConsiderExistingValue | The rule is applied to the file considering default and existing values using aggregation rules (for aggregation rules, see _FsrmPropertyDefinitionType). |
|
| FsrmExecutionOption_ReEvaluate_IgnoreExistingValue | The rule is applied to the file but default and existing values are ignored. |
|
| FsrmExecutionOption_Unknown | The execution option is unknown. Do not use this value. |
See Also
ExecutionOption
Microsoft.Storage Namespace
Return to top