Click or drag to resize

ICollectionApiClient.GetCollectionAsync Method

Gets the requested collection. GET/_api/collection/{collection-name}

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetCollectionResponse> GetCollectionAsync(
	string collectionName
)

Parameters

collectionName
Type: System.String

Return Value

Type: Task<GetCollectionResponse>
See Also