Click or drag to resize

CollectionApiClientGetCollectionAsync Method

Return information about the requested collection. GET/_api/collection/{collection-name}

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

Parameters

collectionName
Type: SystemString
The name of the collection.

Return Value

Type: TaskGetCollectionResponse
The result is an object describing the collection.

Implements

ICollectionApiClientGetCollectionAsync(String)
See Also