The maximum number of query result rows that this background search will examine, regardless of the total number of rows in the query result. If this property is set to the default value of 0, all rows are examined.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also