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.SweepAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ