Specifies a string that contains provider-specific information about a fixed content device.

For Image Services, this property allows you to specify the Image Services document class name for content that is stored on an Image Services fixed content device. This value will override the DefaultISDocumentClass property on the associated IMFixedContentDevice object. For example:

x-filenetfsrs:?ISDocClassName=SomeDocClassName

For Atmos fixed content device, this property must be set for Atmos retention. The string must consist of key/value pairs, which are applied as metadata on the Atmos device when retention is updated. The Atmos device must be configured to assign a particular policy based on the metadata specified in this property. For complete configuration requirements for Atmos retention, see Configuring the Atmos fixed content device.

For IBM Tivoli® Storage Manager (TSM) fixed content device, this property must be set to a valid TSM management class defined by the TSM server in which you will be storing content. A TSM management class represents a specific retention setting for a TSM server. The set of valid TSM management classes for your TSM server can be obtained from the TSMManagementClasses property on the TSM fixed content device that refers to it.

The syntax is:

x-filenetfsrs:?tivoliMCName=<mangagement_class_name>&retentioninit=<'event'| 'cron'>

For example:

x-filenetfsrs:?tivoliMCName=KIRK001CLASS&retentioninit=event

For more information, see Retention for the IBM Tivoli Storage Manager fixed content device.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ResourceString As String
C#
string ResourceString { get; set; }
Visual C++
property String^ ResourceString {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_resourceString();
function set_resourceString(value);

ToggleRemarks

ToggleSee Also