Click or drag to resize

AqlFunctionApiClientPutChangeQueryTrackingConfigurationAsync Method

Changes the configuration for the AQL query tracking. PUT /_api/query/properties

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<QueryTrackingConfiguration> PutChangeQueryTrackingConfigurationAsync(
	PutChangeQueryTrackingConfigurationBody body
)

Parameters

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

Return Value

Type: TaskQueryTrackingConfiguration

Implements

IAqlFunctionApiClientPutChangeQueryTrackingConfigurationAsync(PutChangeQueryTrackingConfigurationBody)
Remarks
After the configuration properties have been changed, the current set of properties will be returned.
See Also