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
)
Function GetCollectionsAsync (
Optional query As GetCollectionsQuery = Nothing
) As Task(Of GetCollectionsResponse)
Task<GetCollectionsResponse^>^ GetCollectionsAsync(
GetCollectionsQuery^ query = nullptr
)
abstract GetCollectionsAsync :
?query : GetCollectionsQuery
(* Defaults:
let _query = defaultArg query null
*)
-> Task<GetCollectionsResponse>
Parameters
- query (Optional)
- Type: ArangoDBNetStandard.CollectionApi.ModelsGetCollectionsQuery
Return Value
Type:
TaskGetCollectionsResponseSee Also