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
)
Function GetCollectionCountAsync (
collectionName As String
) As Task(Of GetCollectionCountResponse)
Task<GetCollectionCountResponse^>^ GetCollectionCountAsync(
String^ collectionName
)
abstract GetCollectionCountAsync :
collectionName : string -> Task<GetCollectionCountResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskGetCollectionCountResponseSee Also