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