Click or drag to resize

ICollectionApiClientGetCollectionPropertiesAsync 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
Task<GetCollectionPropertiesResponse> GetCollectionPropertiesAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskGetCollectionPropertiesResponse
See Also