CollectionApiClientGetCollectionPropertiesAsync Method |
Read properties of a collection.
GET /_api/collection/{collection-name}/properties
Namespace:
ArangoDBNetStandard.CollectionApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<GetCollectionPropertiesResponse> GetCollectionPropertiesAsync(
string collectionName
)
Public Overridable Function GetCollectionPropertiesAsync (
collectionName As String
) As Task(Of GetCollectionPropertiesResponse)
public:
virtual Task<GetCollectionPropertiesResponse^>^ GetCollectionPropertiesAsync(
String^ collectionName
)
abstract GetCollectionPropertiesAsync :
collectionName : string -> Task<GetCollectionPropertiesResponse>
override GetCollectionPropertiesAsync :
collectionName : string -> Task<GetCollectionPropertiesResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskGetCollectionPropertiesResponseImplements
ICollectionApiClientGetCollectionPropertiesAsync(String)See Also