Click or drag to resize

RunningAqlQuery Properties

The RunningAqlQuery type exposes the following members.

Properties
  NameDescription
Public propertybindVars
The bind parameter values used by the query.
Public propertydatabase
The name of the database the query runs in.
Public propertyId
The query’s id.
Public propertyquery
The query string (potentially truncated).
Public propertyrunTime
The query’s run time up to the point the list of queries was queried.
Public propertystarted
The date and time when the query was started.
Public propertystate
The query’s current execution state. See online documentation for more information.
Public propertyStream
Indicates whether or not the query uses a streaming cursor.
Public propertyuser
The name of the user that started the query.
Top
See Also