IndexResponseBaseSparse Property |
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:
virtual property Nullable<bool> Sparse {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
abstract Sparse : Nullable<bool> with get, set
override Sparse : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanImplements
IIndexResponseSparseSee Also