Click or drag to resize

ICollectionApiClientGetCollectionCountAsync Method

Gets count of documents in a collection. GET/_api/collection/{collection-name}/count

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

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskGetCollectionCountResponse
See Also