sparse property
Whether to create a sparse index.
Sparse indexes only contain entries for documents that have the indexed field, ignoring documents where the field is null or missing.
Implementation
bool? sparse;
Whether to create a sparse index.
Sparse indexes only contain entries for documents that have the indexed field, ignoring documents where the field is null or missing.
bool? sparse;