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; }
Public Property Deduplicate As Boolean?
Get
Set
public:
property Nullable<bool> Deduplicate {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Deduplicate : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also