IndexOptions.sparse

Tells the index to only reference documents with the specified field in the index.

struct IndexOptions
Nullable!bool sparse;

Meta