Click or drag to resize

CollectionApiClientGetCollectionCountAsync 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
public virtual Task<GetCollectionCountResponse> GetCollectionCountAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskGetCollectionCountResponse

Implements

ICollectionApiClientGetCollectionCountAsync(String)
See Also