IFsrmFileGroup Interface

 

Used to define a group of files based on one or more file name patterns.

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

<GuidAttribute("8DD04909-0E34-4D55-AFAA-89E1F1A1BBB9")>
Public Interface IFsrmFileGroup
	Inherits IFsrmObject

NameDescription
System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyMembers

Retrieves or sets the filename patterns that determine the files that are included in the file group.

System_CAPS_pubpropertyName

Retrieves or sets the name of the file group.

System_CAPS_pubpropertyNonMembers

Retrieves or sets the filename patterns that determine the files that are excluded from the file group.

NameDescription
System_CAPS_pubmethodCommit()

Saves the file group object in the server's list of objects.

System_CAPS_pubmethodDelete()

Removes the file group object from the server's list of objects.

A file group is a logical collection of file name patterns identified by name that is used to define file screens and file screen exceptions. File group definitions may also be used for generating storage report jobs based on file type.

To create a file group, call the CreateFileGroup method.

The following methods return this interface:

A file group is formed by including all members and then excluding all nonmembers. For example, to list all files except for examplename, set Members to "*.*" and NonMembers to "examplename".

Return to top

Community Additions

ADD
Show: