Click or drag to resize

ICollectionApiClientPutRecalculateCountAsync Method

Recalculates the document count of a collection. PUT /_api/collection/{collection-name}/recalculateCount

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PutRecalculateCountResponse> PutRecalculateCountAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString
Name of the collection.

Return Value

Type: TaskPutRecalculateCountResponse
See Also