Click or drag to resize

ICollectionApiClientGetCollectionsAsync Method

Get all collections. GET/_api/collection

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetCollectionsResponse> GetCollectionsAsync(
	GetCollectionsQuery query = null
)

Parameters

query (Optional)
Type: ArangoDBNetStandard.CollectionApi.ModelsGetCollectionsQuery

Return Value

Type: TaskGetCollectionsResponse
See Also