FsrmFileManagementJobManagerClass Class

 

Used to manage file management jobs.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmFileManagementJobManagerClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("EB18F9B2-4C3A-4321-B203-205120CFF614")]
public class FsrmFileManagementJobManagerClass : IFsrmFileManagementJobManager, 
    FsrmFileManagementJobManager
[ClassInterfaceAttribute(0)]
[GuidAttribute("EB18F9B2-4C3A-4321-B203-205120CFF614")]
public ref class FsrmFileManagementJobManagerClass : IFsrmFileManagementJobManager, 
    FsrmFileManagementJobManager
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("EB18F9B2-4C3A-4321-B203-205120CFF614")>]
type FsrmFileManagementJobManagerClass = 
    class
        interface IFsrmFileManagementJobManager
        interface FsrmFileManagementJobManager
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("EB18F9B2-4C3A-4321-B203-205120CFF614")>
Public Class FsrmFileManagementJobManagerClass
    Implements IFsrmFileManagementJobManager, FsrmFileManagementJobManager

Constructors

Name Description
System_CAPS_pubmethod FsrmFileManagementJobManagerClass()

Creates a new instance of the FsrmFileManagementJobManagerClass class.

Properties

Name Description
System_CAPS_pubproperty ActionVariableDescriptions

Retrieves the descriptions for the macros contained in the IFsrmFileManagementJobManager.ActionVariables property.

System_CAPS_pubproperty ActionVariables

Retrieves a list of macros that you can specify in action property values.

Methods

Name Description
System_CAPS_pubmethod CreateFileManagementJob()

Creates a file management job.

System_CAPS_pubmethod EnumFileManagementJobs(_FsrmEnumOptions)

Enumerates the list of existing file management jobs.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetFileManagementJob(String)

Gets the specified file management job.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

To create this object from a script, use the "Fsrm.FsrmFileManagementJobManager" program identifier.

A file management job consumes the classification properties associated with a file. The job performs actions based whether the property values set by classification meet the specified file management property conditions. The primary action is to expire the file (move the file to an expired files folder) and send notification that the file was expired; however, you can also perform custom actions.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

FsrmFileManagementJobManager
Microsoft.Storage Namespace

Return to top