Click or drag to resize

IAqlFunctionApiClientPutAdjustQueryCacheGlobalPropertiesAsync Method

Changes the configuration for the AQL query results cache PUT /_api/query-cache/properties

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

Parameters

body
Type: ArangoDBNetStandard.AqlFunctionApi.ModelsPutAdjustQueryCacheGlobalPropertiesBody
The body of the request containing required properties.

Return Value

Type: TaskQueryCacheGlobalProperties
Remarks
After the properties have been changed, the current set of properties will be returned in the HTTP response. Note: changing the properties may invalidate all results in the cache.
See Also