Property Sparse
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Sparse
Gets or sets a value indicating whether the index is a sparse index.
public bool? Sparse { get; set; }
Property Value
- bool?
A value indicating whether the index is a sparse index.