IFsrmPipelineModuleDefinition Interface
Defines a module that is used to classify files or store and retrieve properties from files.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("515C1277-2C81-440E-8FCF-367921ED4F59")]
public interface IFsrmPipelineModuleDefinition : IFsrmObject
[GuidAttribute("515C1277-2C81-440E-8FCF-367921ED4F59")]
public interface class IFsrmPipelineModuleDefinition : IFsrmObject
[<GuidAttribute("515C1277-2C81-440E-8FCF-367921ED4F59")>]
type IFsrmPipelineModuleDefinition =
interface
interface IFsrmObject
end
<GuidAttribute("515C1277-2C81-440E-8FCF-367921ED4F59")>
Public Interface IFsrmPipelineModuleDefinition
Inherits IFsrmObject
Properties
Name | Description | |
---|---|---|
Account | The account to use when running the module. |
|
Company | The name of the company that created the classification or storage module. |
|
Description | Gets and sets the Description property. |
|
Enabled | Determines whether the module is enabled. |
|
id | Gets the id property. |
|
ModuleClsid | A string representation specifying the COM class identifier for the class that implements the module defined by this module definition. |
|
ModuleType | Retrieves the type of module. |
|
Name | Retrieves or sets the name of the module definition. |
|
NeedsFileContent | Gets or sets a value that determines whether the module needs to read the contents of the file. |
|
Parameters | Retrieves or sets the optional parameters to pass to the module. |
|
SupportedExtensions | Retrieves or sets the list of file extensions supported by this module. |
|
Version | Retrieves or sets the version of the module definition. |
Methods
Name | Description | |
---|---|---|
Commit() | Saves the module object in the server's list of objects. |
|
Delete() | Removes the module object from the server's list of objects. |
See Also
Return to top