Click or drag to resize

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
)

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskGetCollectionPropertiesResponse

Implements

ICollectionApiClientGetCollectionPropertiesAsync(String)
See Also