IndexOptions.wildcardProjection

Allows users to include or exclude specific field paths from a wildcard index using the { "$**": 1 } key pattern.

struct IndexOptions
@since(WireVersion.v42)
Nullable!Bson wildcardProjection;

Meta