Click or drag to resize

AqlFunctionApiClient Methods

The AqlFunctionApiClient type exposes the following members.

Methods
  NameDescription
Public methodDeleteAqlFunctionAsync
Removes an existing AQL user function or function group, identified by name. DELETE /_api/aqlfunction/{name}
Public methodDeleteClearAqlQueryCacheAsync
Clears the query results cache for the current database DELETE /_api/query-cache
Public methodDeleteClearSlowAqlQueriesAsync
Clears the list of slow AQL queries in the currently selected database or in all databases. DELETE /_api/query/slow
Public methodDeleteKillRunningAqlQueryAsync
Kills an AQL query in the currently selected database or in all databases. DELETE /_api/query/{query-id}
Protected methodDeserializeJsonFromStreamT (Inherited from ApiClientBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetApiErrorException
Gets an ApiErrorException from the provided error response.
(Inherited from ApiClientBase.)
Public methodGetAqlFunctionsAsync
Get all registered AQL user functions.
Public methodGetCachedAqlQueryResultsAsync
Gets a list of the stored results in the AQL query results cache. GET /_api/query-cache/entries
Protected methodGetContentT (Inherited from ApiClientBase.)
Protected methodGetContentStringT (Inherited from ApiClientBase.)
Public methodGetCurrentlyRunningAqlQueriesAsync
Gets a list of currently running AQL queries.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetQueryCacheGlobalPropertiesAsync
Gets the global configuration for the AQL query results cache.
Public methodGetQueryTrackingConfigurationAsync
Gets the current query tracking configuration. GET /_api/query/properties
Public methodGetSlowAqlQueriesAsync
Gets a list of slow running AQL queries in the currently selected database or in all databases. GET /_api/query/slow
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPostAqlFunctionAsync
Create a new AQL user function. POST /_api/aqlfunction
Public methodPostExplainAqlQueryAsync
Explain an AQL query and return information about it POST /_api/explain
Public methodPostParseAqlQueryAsync
Parse an AQL query and return information about it POST /_api/query
Public methodPutAdjustQueryCacheGlobalPropertiesAsync
Changes the configuration for the AQL query results cache PUT /_api/query-cache/properties
Public methodPutChangeQueryTrackingConfigurationAsync
Changes the configuration for the AQL query tracking. PUT /_api/query/properties
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateDocumentId
Checks whether the provided document ID is in the correct form of "{collection}/{key}".
(Inherited from ApiClientBase.)
Top
See Also