Click or drag to resize

CollectionApiClientGetCollectionRevisionAsync Method

Get a revision of the collection. GET /_api/collection/{collection-name}/revision

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetCollectionRevisionResponse> GetCollectionRevisionAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString
Name of the collection

Return Value

Type: TaskGetCollectionRevisionResponse

Implements

ICollectionApiClientGetCollectionRevisionAsync(String)
See Also