MongoDB request DSL • opensavvy.ktmongo.dsl.command • BulkWrite • filtered
filtered¶
Declares a filter
that is shared between all children operations
.
Example¶
Sometimes, we have multiple operations in a single bulk write that share the same filter. This method allows to declare it a single time.