The maximum size in KB that a full text index can have

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);

ToggleSee Also