Click or drag to resize

IAqlFunctionApiClientGetQueryCacheGlobalPropertiesAsync Method

Gets the global configuration for the AQL query results cache.

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<QueryCacheGlobalProperties> GetQueryCacheGlobalPropertiesAsync()

Return Value

Type: TaskQueryCacheGlobalProperties
Remarks
Returns the global AQL query results cache configuration.
See Also