IFsrmClassificationRule Interface

 

Defines a classification rule. The rule defines the paths to which the rule applies, the classifier module to run on files in those paths, and the property and property value used to classify each file.

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

<GuidAttribute("AFC052C2-5315-45AB-841B-C6DB0E120148")>
Public Interface IFsrmClassificationRule
	Inherits IFsrmRule

NameDescription
System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyExecutionOption

Determines how to apply the rule to the file.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyLastModified

Gets the LastModified property.

System_CAPS_pubpropertyModuleDefinitionName

Gets and sets the ModuleDefinitionName property.

System_CAPS_pubpropertyName

Gets and sets the Name property.

System_CAPS_pubpropertyNamespaceRoots

Gets and sets the NamespaceRoots property.

System_CAPS_pubpropertyParameters

Gets and sets the Parameters property.

System_CAPS_pubpropertyPropertyAffected

Sets or retrieves the name of the property that this rule affects.

System_CAPS_pubpropertyRuleFlags

Gets and sets the RuleFlags property.

System_CAPS_pubpropertyRuleType

Gets the RuleType property.

System_CAPS_pubpropertyValue

Sets or retrieves the value that this rule will set the property to.

NameDescription
System_CAPS_pubmethodCommit()

Saves the rule object in the server's list of objects.

System_CAPS_pubmethodDelete()

Removes the rule object from the server's list of objects.

To create a classification rule, call the CreateRule method.

The following methods can return this interface:

Return to top

Community Additions

ADD
Show: