You can set this property to the following values:
- Null - The Content Engine counts the number of rows up to the Content Engine limit, which is Integer.Max_Value.
- 0 (zero) - The count will not be returned.
- N - An integer specifying the maximum number of rows that can be counted.
The default value is twice the value of the QueryPageMaxSize property.
To optimize result count performance, the administrator must take into account query time limit settings on the server. For more information, see the object store properties DefaultQueryTimeLimit, MaxQueryTimeLimit, and QueryDatabaseTimeLimit.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property QueryCountMaxSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> QueryCountMaxSize { get; set; } |
Visual C++ |
---|
property Nullable<int> QueryCountMaxSize { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_queryCountMaxSize(); function set_queryCountMaxSize(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ