Click or drag to resize

ICollectionApiClientGetCollectionAsync 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: SystemString

Return Value

Type: TaskGetCollectionResponse
See Also