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)
Syntax
[GuidAttribute("0004C1C9-127E-4765-BA07-6A3147BCA112")]
public interface FsrmClassificationManager : IFsrmClassificationManager2,
DIFsrmClassificationEvents_Event
[GuidAttribute("0004C1C9-127E-4765-BA07-6A3147BCA112")]
public interface class FsrmClassificationManager : IFsrmClassificationManager2,
DIFsrmClassificationEvents_Event
[<GuidAttribute("0004C1C9-127E-4765-BA07-6A3147BCA112")>]
type FsrmClassificationManager =
interface
interface IFsrmClassificationManager2
interface DIFsrmClassificationEvents_Event
end
<GuidAttribute("0004C1C9-127E-4765-BA07-6A3147BCA112")>
Public Interface FsrmClassificationManager
Inherits IFsrmClassificationManager2, DIFsrmClassificationEvents_Event
Properties
Name | Description | |
---|---|---|
ClassificationLastError | Gets the ClassificationLastError property.(Inherited from IFsrmClassificationManager2.) |
|
ClassificationLastReportPathWithoutExtension | Gets the ClassificationLastReportPathWithoutExtension property.(Inherited from IFsrmClassificationManager2.) |
|
ClassificationReportEnabled | Gets and sets the ClassificationReportEnabled property.(Inherited from IFsrmClassificationManager2.) |
|
ClassificationReportFormats | Gets and sets the ClassificationReportFormats property.(Inherited from IFsrmClassificationManager2.) |
|
ClassificationReportMailTo | Gets and sets the ClassificationReportMailTo property.(Inherited from IFsrmClassificationManager2.) |
|
ClassificationRunningStatus | Gets the ClassificationRunningStatus property.(Inherited from IFsrmClassificationManager2.) |
|
Logging | Gets and sets the Logging property.(Inherited from IFsrmClassificationManager2.) |
Methods
Events
Name | Description | |
---|---|---|
OnFile | Represents a file classification event. The event receives properties of files that are processed by the ClassifyFiles method.(Inherited from DIFsrmClassificationEvents_Event.) |
Remarks
FSRM implements this class.
See Also
IFsrmClassificationManager
IFsrmClassificationManager2
Microsoft.Storage Namespace
Return to top