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
)
Public Overridable Function GetCollectionCountAsync (
collectionName As String
) As Task(Of GetCollectionCountResponse)
public:
virtual Task<GetCollectionCountResponse^>^ GetCollectionCountAsync(
String^ collectionName
)
abstract GetCollectionCountAsync :
collectionName : string -> Task<GetCollectionCountResponse>
override GetCollectionCountAsync :
collectionName : string -> Task<GetCollectionCountResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskGetCollectionCountResponseImplements
ICollectionApiClientGetCollectionCountAsync(String)See Also