FsrmClassificationManager Interface

 

Represents the FSRM Classification Manager. All methods and properties of the IFsrmClassificationManager, IFsrmClassificationManager2, and DIFsrmClassificationEvents interfaces are available in this class. To create this object from a script, use the "Fsrm.FsrmClassificationManager" program identifier.

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

<GuidAttribute("0004C1C9-127E-4765-BA07-6A3147BCA112")>
Public Interface FsrmClassificationManager
	Inherits IFsrmClassificationManager2, DIFsrmClassificationEvents_Event

NameDescription
System_CAPS_pubpropertyClassificationLastError

Gets the ClassificationLastError property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyClassificationLastReportPathWithoutExtension

Gets the ClassificationLastReportPathWithoutExtension property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyClassificationReportEnabled

Gets and sets the ClassificationReportEnabled property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyClassificationReportFormats

Gets and sets the ClassificationReportFormats property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyClassificationReportMailTo

Gets and sets the ClassificationReportMailTo property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyClassificationRunningStatus

Gets the ClassificationRunningStatus property.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubpropertyLogging

Gets and sets the Logging property.(Inherited from IFsrmClassificationManager2.)

NameDescription
System_CAPS_pubmethodadd_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)

Adds an OnFile event handler.(Inherited from DIFsrmClassificationEvents_Event.)

System_CAPS_pubmethodCancelClassification()

Cancels classification if it is running.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodClassifyFiles(Object(), Object(), Object(), _FsrmGetFilePropertyOptions)

This method is used to perform bulk enumeration, setting, and clearing of file properties.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodClearFileProperty(String, String)

Attempts to remove the specified property from the file or folder.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodCreateModuleDefinition(_FsrmPipelineModuleType)

Creates a module definition of the specified type.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodCreatePropertyDefinition()

Creates a property definition.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodCreateRule(_FsrmRuleType)

Creates a rule of the specified type.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodEnumFileProperties(String, _FsrmGetFilePropertyOptions)

Enumerates the properties of the specified file.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodEnumModuleDefinitions(_FsrmPipelineModuleType, _FsrmEnumOptions)

Enumerates the module definitions of the specified type.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodEnumPropertyDefinitions(_FsrmEnumOptions)

Enumerates the property definitions.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodEnumRules(_FsrmRuleType, _FsrmEnumOptions)

Enumerates the rules of the specified type.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodGetFileProperty(String, String, _FsrmGetFilePropertyOptions)

Retrieves the specified property from the file or folder.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodGetModuleDefinition(String, _FsrmPipelineModuleType)

Retrieves the specified module definition.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodGetPropertyDefinition(String)

Retrieves the specified property definition.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodGetRule(String, _FsrmRuleType)

Retrieves the specified rule.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodremove_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)

Removes an OnFile event handler.(Inherited from DIFsrmClassificationEvents_Event.)

System_CAPS_pubmethodRunClassification(_FsrmReportGenerationContext, String)

Runs classification rules and generates the classification report.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodSetFileProperty(String, String, String)

Sets the value of the specified property in the file or folder.(Inherited from IFsrmClassificationManager2.)

System_CAPS_pubmethodWaitForClassificationCompletion(Int32)

Waits for the specified period of time or until classification has finished running.(Inherited from IFsrmClassificationManager2.)

NameDescription
System_CAPS_pubeventOnFile

Represents a file classification event. The event receives properties of files that are processed by the ClassifyFiles method.(Inherited from DIFsrmClassificationEvents_Event.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: