For a sweep job, which runs only once, the number of objects processed during the sweep. For an ongoing sweep, the cumulative number of objects processed in the current iteration plus in all of the previous iterations.

For a background search, the number of ICmAbstractSearchResult objects that are produced as a result of the search. The value is the same as in the ExaminedObjectCount property unless you use SQL aggregate functions and the GROUP BY clause in the search. In that case, a ICmAbstractSearchResult object reflects the aggregation of query result rows.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ProcessedObjectCount As Nullable(Of Double)
C#
Nullable<double> ProcessedObjectCount { get; }
Visual C++
property Nullable<double> ProcessedObjectCount {
	Nullable<double> get ();
}
JavaScript
function get_processedObjectCount();

ToggleRemarks

ToggleSee Also