IIndexResponseSparse Property |
Applies to indexes of type
Persistent.
Indicates whether the index is a sparse index or not.
Sparse indexes do not index documents for which any of the index attributes
is either not set or is null.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax bool? Sparse { get; set; }
Property Sparse As Boolean?
Get
Set
property Nullable<bool> Sparse {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract Sparse : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also