IndexOptions.partialFilterExpression

If specified, the index only references documents that match the filter expression. See Partial Indexes for more information.

struct IndexOptions
@since(WireVersion.v32)
Nullable!Bson partialFilterExpression;

Meta