Click or drag to resize

ImportDocumentsQueryOnDuplicate Property

Controls what action is carried out in case of a unique key constraint violation.

Namespace:  ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public ImportDocumentsOnDuplicate? OnDuplicate { get; set; }

Property Value

Type: NullableImportDocumentsOnDuplicate
See Also