SlowAqlQuery Properties |
The SlowAqlQuery 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 total run time
| |
| Started |
The date and time when the query was started
| |
| State |
The query’s current execution state
(will always be “finished” for the list of slow queries)
| |
| Stream |
Indicates whether or not the query uses a streaming cursor
| |
| User |
The name of the user that started the query
|