Click or drag to resize

PostIndexBodyDeduplicate Property

Supported by array indexes of type Persistent. The default value is true. It controls 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
public bool? Deduplicate { get; set; }

Property Value

Type: NullableBoolean
See Also