PostExplainAqlQueryResponseIndexUnique Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Unique { get; set; }
Public Property Unique As Boolean?
Get
Set
public:
virtual property Nullable<bool> Unique {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
abstract Unique : Nullable<bool> with get, set
override Unique : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanImplements
IIndexResponseUniqueSee Also