The maximum number of objects that a Verity collection can contain. Do not set this lower than the default unless testing collection overflow.

For IVerityServerConfiguration, this property is deprecated.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also