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
)
Function PutRecalculateCountAsync (
collectionName As String
) As Task(Of PutRecalculateCountResponse)
Task<PutRecalculateCountResponse^>^ PutRecalculateCountAsync(
String^ collectionName
)
abstract PutRecalculateCountAsync :
collectionName : string -> Task<PutRecalculateCountResponse>
Parameters
- collectionName
- Type: SystemString
Name of the collection.
Return Value
Type:
TaskPutRecalculateCountResponseSee Also