The maximum number of IBM® Content Search Services indexes that can be created in this IBM Content Search Services index area before it is considered to be at full capacity. If this index area exceeds this maximum, and all its indexes are also full or closed, its resource status (ResourceStatus property) is automatically set to FULL. Setting this property is optional. A value of -1 indicates no limit.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also