_FsrmExecutionOption Enumeration

 

Defines the options for how to apply the rule to the file.

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

Public Enumeration _FsrmExecutionOption

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: