Click or drag to resize

CollectionApiClientPutCollectionPropertyAsync 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
public virtual Task<PutCollectionPropertyResponse> PutCollectionPropertyAsync(
	string collectionName,
	PutCollectionPropertyBody body
)

Parameters

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

Return Value

Type: TaskPutCollectionPropertyResponse

Implements

ICollectionApiClientPutCollectionPropertyAsync(String, PutCollectionPropertyBody)
See Also