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
)
Public Overridable Function GetCollectionRevisionAsync (
collectionName As String
) As Task(Of GetCollectionRevisionResponse)
public:
virtual Task<GetCollectionRevisionResponse^>^ GetCollectionRevisionAsync(
String^ collectionName
)
abstract GetCollectionRevisionAsync :
collectionName : string -> Task<GetCollectionRevisionResponse>
override GetCollectionRevisionAsync :
collectionName : string -> Task<GetCollectionRevisionResponse>
Parameters
- collectionName
- Type: SystemString
Name of the collection
Return Value
Type:
TaskGetCollectionRevisionResponseImplements
ICollectionApiClientGetCollectionRevisionAsync(String)See Also