RunningAqlQuery Properties |
The RunningAqlQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | bindVars |
The bind parameter values used by the query.
|
![]() | database |
The name of the database the query runs in.
|
![]() | Id |
The query’s id.
|
![]() | query |
The query string (potentially truncated).
|
![]() | runTime |
The query’s run time up to the point the list of queries was queried.
|
![]() | started |
The date and time when the query was started.
|
![]() | state |
The query’s current execution state.
See online documentation
for more information.
|
![]() | Stream |
Indicates whether or not the query uses a streaming cursor.
|
![]() | user |
The name of the user that started the query.
|