The maximum number of objects that an IBM® Content Search Services index in
this IBM Content Search Services index area can contain 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 optional.
A value of -1 indicates no limit.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property MaxObjectsPerIndex As Nullable(Of Double) |
C# |
---|
Nullable<double> MaxObjectsPerIndex { get; set; } |
Visual C++ |
---|
property Nullable<double> MaxObjectsPerIndex {
Nullable<double> get ();
void set (Nullable<double> value);
} |
JavaScript |
---|
function get_maxObjectsPerIndex();
function set_maxObjectsPerIndex(value); |