AqlFunctionApiClientGetQueryCacheGlobalPropertiesAsync Method |
Gets the global configuration for the AQL query results cache.
Namespace:
ArangoDBNetStandard.AqlFunctionApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<QueryCacheGlobalProperties> GetQueryCacheGlobalPropertiesAsync()
Public Overridable Function GetQueryCacheGlobalPropertiesAsync As Task(Of QueryCacheGlobalProperties)
public:
virtual Task<QueryCacheGlobalProperties^>^ GetQueryCacheGlobalPropertiesAsync()
abstract GetQueryCacheGlobalPropertiesAsync : unit -> Task<QueryCacheGlobalProperties>
override GetQueryCacheGlobalPropertiesAsync : unit -> Task<QueryCacheGlobalProperties>
Return Value
Type:
TaskQueryCacheGlobalPropertiesImplements
IAqlFunctionApiClientGetQueryCacheGlobalPropertiesAsyncRemarks
Returns the global AQL query results cache configuration.
See Also