PostIndexBodySparse Property |
Applies to indexes of type
Persistent.
Can be set to true to create a sparse index.
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 public bool? Sparse { get; set; }
Public Property Sparse As Boolean?
Get
Set
public:
property Nullable<bool> Sparse {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Sparse : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also