ArangoDBNetStandard.AqlFunctionApi.Models Namespace |
Class | Description | |
---|---|---|
AqlFunctionResult |
Represents an AQL user function returned in a response results.
| |
CachedAqlQueryResult |
Response from GetCachedAqlQueryResultsAsync
Represents a cached AQL query result.
| |
DeleteAqlFunctionQuery |
Represents query parameters used when deleting an AQL user function.
| |
DeleteAqlFunctionResponse |
Represents a response containing the number of deleted AQL user functions.
| |
DeleteClearSlowAqlQueriesQuery |
Generates query string for
DeleteClearSlowAqlQueriesAsync(DeleteClearSlowAqlQueriesQuery) | |
DeleteKillRunningAqlQueryQuery |
Generates query string for
DeleteKillRunningAqlQueryAsync(String, DeleteKillRunningAqlQueryQuery) | |
GetAqlFunctionsQuery |
Represents query parameters used when getting all AQL user functions.
| |
GetAqlFunctionsResponse |
Represents a response returned when getting all AQL user functions.
| |
GetCurrentlyRunningAqlQueriesQuery |
Generates query string for
GetCurrentlyRunningAqlQueriesAsync(GetCurrentlyRunningAqlQueriesQuery) | |
GetSlowAqlQueriesQuery |
Generates query string for
GetSlowAqlQueriesAsync(GetSlowAqlQueriesQuery) | |
PostAqlFunctionBody |
Represents a request body to create a new AQL user function.
| |
PostAqlFunctionResponse |
Represents a response returned when creating an AQL user function.
| |
PostExplainAqlQueryBody |
Request body for
PostExplainAqlQueryAsync(PostExplainAqlQueryBody) | |
PostExplainAqlQueryBodyOptimizer |
Options related to the query optimizer.
Optimizer | |
PostExplainAqlQueryBodyOptions |
Options for a query
Options | |
PostExplainAqlQueryResponse |
Response from PostExplainAqlQueryAsync(PostExplainAqlQueryBody)
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
| |
PostExplainAqlQueryResponseCollection | ||
PostExplainAqlQueryResponseCondition | ||
PostExplainAqlQueryResponseIndex |
Represents an index when returned by PostExplainAqlQueryAsync(PostExplainAqlQueryBody).
Some attributes will depend on the type of index the object represents.
| |
PostExplainAqlQueryResponseIndexHint | ||
PostExplainAqlQueryResponseNode |
Represents a node in a query execution plan
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
| |
PostExplainAqlQueryResponsePlan |
Represents a query execution plan
| |
PostExplainAqlQueryResponseStats |
Statistics for Explain Query
| |
PostExplainAqlQueryResponseVariable | ||
PostParseAqlQueryBody |
Request body for
PostParseAqlQueryAsync(PostParseAqlQueryBody) | |
PostParseAqlQueryResponse |
Response from
PostParseAqlQueryAsync(PostParseAqlQueryBody) | |
PostParseAqlQueryResponseAstNode |
Data node providing information about a parsed query
See https://www.arangodb.com/docs/stable/http/aql-query.html#parse-an-aql-query
| |
PutAdjustQueryCacheGlobalPropertiesBody | ||
PutChangeQueryTrackingConfigurationBody | ||
QueryCacheGlobalProperties |
Represents the global properties of the AQL Query Cache
Response from
GetQueryCacheGlobalPropertiesAsync | |
QueryTrackingConfiguration |
Represents the global properties of the AQL Query Cache
Returned by
GetQueryTrackingConfigurationAsync
and
PutChangeQueryTrackingConfigurationAsync(PutChangeQueryTrackingConfigurationBody) | |
ResponseBase |
Represents a common response class for API operations.
| |
RunningAqlQuery | ||
SlowAqlQuery |
Response from
GetSlowAqlQueriesAsync(GetSlowAqlQueriesQuery)
Represents an AQL query that are finished
and have exceeded the slow query threshold
in the selected database.
|