RunningAqlQuery Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The RunningAqlQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | RunningAqlQuery | Initializes a new instance of the RunningAqlQuery class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |