The maximum size, in KB, that an IBM® Content Search Services index in this IBM Content Search Services index area is allowed to have before it is considered to be at full capacity. If an index exceeds this maximum, its resource status (ResourceStatus property) is automatically set to FULL. Setting this property is required.

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

ToggleSyntax

Visual Basic (Declaration)
Property MaxSizePerIndexKbytes As Nullable(Of Double)
C#
Nullable<double> MaxSizePerIndexKbytes { get; set; }
Visual C++
property Nullable<double> MaxSizePerIndexKbytes {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_maxSizePerIndexKbytes();
function set_maxSizePerIndexKbytes(value);

ToggleRemarks

ToggleSee Also