Click or drag to resize

CollectionApiClientGetCollectionFiguresAsync 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
public virtual Task<GetCollectionFiguresResponse> GetCollectionFiguresAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskGetCollectionFiguresResponse

Implements

ICollectionApiClientGetCollectionFiguresAsync(String)
See Also