For IObjectStoreParticipant, the object store of this object store participant of a replication group.

For IIsolatedRegion, the object store associated with the isolated region. If you set this property, the server automatically sets the DatabaseConnection and DatabaseSchemaName properties to the same values as the object store's properties of the same name, even if DatabaseConnection and DatabaseSchemaName were previously set to different values. Once set, this property cannot be modified.

If the isolated region is used by IBM Case Manager, you must set the ObjectStore property.

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

ToggleSyntax

Visual Basic (Declaration)
Property ObjectStore As IObjectStore
C#
IObjectStore ObjectStore { get; set; }
Visual C++
property IObjectStore^ ObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_objectStore();
function set_objectStore(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocSpace
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also