Click or drag to resize

ICollectionApiClientPutCollectionPropertyAsync Method

Changes the properties of a collection PUT /_api/collection/{collection-name}/properties

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PutCollectionPropertyResponse> PutCollectionPropertyAsync(
	string collectionName,
	PutCollectionPropertyBody body
)

Parameters

collectionName
Type: SystemString
body
Type: ArangoDBNetStandard.CollectionApi.ModelsPutCollectionPropertyBody

Return Value

Type: TaskPutCollectionPropertyResponse
See Also