Click or drag to resize

CollectionApiClient.PutCollectionPropertyAsync 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: System.String
body
Type: ArangoDBNetStandard.CollectionApi.Models.PutCollectionPropertyBody

Return Value

Type: Task<PutCollectionPropertyResponse>

Implements

ICollectionApiClient.PutCollectionPropertyAsync(String, PutCollectionPropertyBody)
See Also