Click or drag to resize

ArangoDBNetStandard.AqlFunctionApi.Models Namespace

 
Classes
  ClassDescription
Public classAqlFunctionResult
Represents an AQL user function returned in a response results.
Public classCachedAqlQueryResult
Public classDeleteAqlFunctionQuery
Represents query parameters used when deleting an AQL user function.
Public classDeleteAqlFunctionResponse
Represents a response containing the number of deleted AQL user functions.
Public classDeleteClearSlowAqlQueriesQuery
Public classDeleteKillRunningAqlQueryQuery
Public classGetAqlFunctionsQuery
Represents query parameters used when getting all AQL user functions.
Public classGetAqlFunctionsResponse
Represents a response returned when getting all AQL user functions.
Public classGetCurrentlyRunningAqlQueriesQuery
Public classGetSlowAqlQueriesQuery
Public classPostAqlFunctionBody
Represents a request body to create a new AQL user function.
Public classPostAqlFunctionResponse
Represents a response returned when creating an AQL user function.
Public classPostExplainAqlQueryBody
Public classPostExplainAqlQueryBodyOptimizer
Options related to the query optimizer. Optimizer
Public classPostExplainAqlQueryBodyOptions
Options for a query Options
Public classPostExplainAqlQueryResponse
Response from PostExplainAqlQueryAsync(PostExplainAqlQueryBody) See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
Public classPostExplainAqlQueryResponseCollection
Public classPostExplainAqlQueryResponseCondition
Public classPostExplainAqlQueryResponseIndex
Represents an index when returned by PostExplainAqlQueryAsync(PostExplainAqlQueryBody). Some attributes will depend on the type of index the object represents.
Public classPostExplainAqlQueryResponseIndexHint
Public classPostExplainAqlQueryResponseNode
Represents a node in a query execution plan See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
Public classPostExplainAqlQueryResponsePlan
Represents a query execution plan
Public classPostExplainAqlQueryResponseStats
Statistics for Explain Query
Public classPostExplainAqlQueryResponseVariable
Public classPostParseAqlQueryBody
Public classPostParseAqlQueryResponse
Public classPostParseAqlQueryResponseAstNode
Data node providing information about a parsed query See https://www.arangodb.com/docs/stable/http/aql-query.html#parse-an-aql-query
Public classPutAdjustQueryCacheGlobalPropertiesBody
Public classPutChangeQueryTrackingConfigurationBody
Public classQueryCacheGlobalProperties
Public classQueryTrackingConfiguration
Public classResponseBase
Represents a common response class for API operations.
Public classRunningAqlQuery
Public classSlowAqlQuery
Response from GetSlowAqlQueriesAsync(GetSlowAqlQueriesQuery) Represents an AQL query that are finished and have exceeded the slow query threshold in the selected database.