ICollectionApiClientGetCollectionFiguresAsync Method |
Contains the number of documents and additional statistical information about the collection.
GET/_api/collection/{collection-name}/figures
Namespace:
ArangoDBNetStandard.CollectionApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<GetCollectionFiguresResponse> GetCollectionFiguresAsync(
string collectionName
)
Function GetCollectionFiguresAsync (
collectionName As String
) As Task(Of GetCollectionFiguresResponse)
Task<GetCollectionFiguresResponse^>^ GetCollectionFiguresAsync(
String^ collectionName
)
abstract GetCollectionFiguresAsync :
collectionName : string -> Task<GetCollectionFiguresResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskGetCollectionFiguresResponseSee Also