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()
Function GetQueryCacheGlobalPropertiesAsync As Task(Of QueryCacheGlobalProperties)
Task<QueryCacheGlobalProperties^>^ GetQueryCacheGlobalPropertiesAsync()
abstract GetQueryCacheGlobalPropertiesAsync : unit -> Task<QueryCacheGlobalProperties>
Return Value
Type:
TaskQueryCacheGlobalPropertiesRemarks
Returns the global AQL query results cache configuration.
See Also