Click or drag to resize

IIndexResponseDeduplicate Property

Supported by array indexes of type Persistent. Indicates whether inserting duplicate index values from the same document into a unique array index will lead to a unique constraint error or not.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
bool? Deduplicate { get; set; }

Property Value

Type: NullableBoolean
See Also