The maximum number of collections that can be created in this index area. If this number is exceeded, the server sets the IndexArea.ResourceStatus property to "closed", and for this same site and object store, changes to "open" the ResourceStatus value of the first index area found having a ResourceStatus value of "standby".

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

ToggleSyntax

Visual Basic (Declaration)
Property MaxCollections As Nullable(Of Integer)
C#
Nullable<int> MaxCollections { get; set; }
Visual C++
property Nullable<int> MaxCollections {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_maxCollections();
function set_maxCollections(value);

ToggleRemarks

ToggleSee Also