Maintaining a limit on index requests for an index job can prevent large index jobs from causing performance problems. This index request limit applies only to the number of index requests for the index job that exists in the IndexRequests table; it is not a limit on the total number of index requests that an index job can create.
The default value is 100,000 and the minimum value is 1000. To impose no limits on outstanding index requests, set this property to -1.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxRequestQueueSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxRequestQueueSize { get; set; } |
Visual C++ |
---|
property Nullable<int> MaxRequestQueueSize { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_maxRequestQueueSize(); function set_maxRequestQueueSize(value); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 100000
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ