You can set this property to the following values:
- Null - The Content Engine counts the number of rows as set in the QueryCountMaxSize property.
- 0 (zero) - The count will not be returned.
- N - An integer, up to the maximum specified in the QueryCountMaxSize property.
The default value is twice the value of the QueryPageDefaultSize 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 QueryCountDefaultSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> QueryCountDefaultSize { get; set; } |
Visual C++ |
---|
property Nullable<int> QueryCountDefaultSize { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_queryCountDefaultSize(); function set_queryCountDefaultSize(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: 1000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ