SlowAqlQuery Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The SlowAqlQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | SlowAqlQuery | Initializes a new instance of the SlowAqlQuery 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 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
|
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.) |