The maximum amount of time (in seconds) that the server will allow a query to run before canceling the query. This cannot be overridden by an individual query.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Setting this value helps to prevent excessive server resource usage by a single user.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxQueryTimeLimit As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxQueryTimeLimit { get; set; } |
C++ |
---|
property Nullable<int> MaxQueryTimeLimit abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxQueryTimeLimit(); /** property */ public void set_MaxQueryTimeLimit(Nullable<int> value); |
JScript |
---|
public function get MaxQueryTimeLimit() : Nullable<int> public function set MaxQueryTimeLimit(value : Nullable<int>); |
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