IFsrmFileManagementJobManager Interface

 

Used to manage file management jobs.

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

<GuidAttribute("EE321ECB-D95E-48E9-907C-C7685A013235")>
Public Interface IFsrmFileManagementJobManager

NameDescription
System_CAPS_pubpropertyActionVariableDescriptions

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

System_CAPS_pubpropertyActionVariables

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

NameDescription
System_CAPS_pubmethodCreateFileManagementJob()

Creates a file management job.

System_CAPS_pubmethodEnumFileManagementJobs(_FsrmEnumOptions)

Enumerates the list of existing file management jobs.

System_CAPS_pubmethodGetFileManagementJob(String)

Gets the specified file management job.

To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmFileManagementJobManager as the class identifier and __uuidof(IFsrmFileManagementJobManager) as the interface identifier.

Return to top

Community Additions

ADD
Show: