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
)
Function PutCollectionPropertyAsync (
collectionName As String,
body As PutCollectionPropertyBody
) As Task(Of PutCollectionPropertyResponse)
Task<PutCollectionPropertyResponse^>^ PutCollectionPropertyAsync(
String^ collectionName,
PutCollectionPropertyBody^ body
)
abstract PutCollectionPropertyAsync :
collectionName : string *
body : PutCollectionPropertyBody -> Task<PutCollectionPropertyResponse>
Parameters
- collectionName
- Type: SystemString
- body
- Type: ArangoDBNetStandard.CollectionApi.ModelsPutCollectionPropertyBody
Return Value
Type:
TaskPutCollectionPropertyResponseSee Also