Click or drag to resize

CollectionApiClient.GetCollectionPropertiesAsync 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
)

Parameters

collectionName
Type: System.String

Return Value

Type: Task<GetCollectionPropertiesResponse>

Implements

ICollectionApiClient.GetCollectionPropertiesAsync(String)
See Also