The effective time limit is the minimum of this property and the MaxQueryTimeLimit property.
The SQL Timelimit option in a query overrides DefaultQueryTimeLimit. In that case, the effective limit is the minimum of the Timelimit option and the MaxQueryTimeLimit property.
If the Timelimit option is not set, and neither property is set, the query time is unlimited.
In addition to the time limits that impact client-to-server RPCs, you can set the QueryDatabaseTimeout property, which limits query execution at the database level.
For more information, see Server Query-Timeout Behavior.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DefaultQueryTimeLimit As Nullable(Of Integer) |
C# |
---|
Nullable<int> DefaultQueryTimeLimit { get; set; } |
Visual C++ |
---|
property Nullable<int> DefaultQueryTimeLimit { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_defaultQueryTimeLimit(); function set_defaultQueryTimeLimit(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ