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
)
Function GetCollectionAsync (
collectionName As String
) As Task(Of GetCollectionResponse)
Task<GetCollectionResponse^>^ GetCollectionAsync(
String^ collectionName
)
abstract GetCollectionAsync :
collectionName : string -> Task<GetCollectionResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskGetCollectionResponseSee Also