diff --git a/reference/mongodb/mongodb/driver/bulkwrite/delete.xml b/reference/mongodb/mongodb/driver/bulkwrite/delete.xml index edb97449df..2b6b4a2b66 100644 --- a/reference/mongodb/mongodb/driver/bulkwrite/delete.xml +++ b/reference/mongodb/mongodb/driver/bulkwrite/delete.xml @@ -42,6 +42,22 @@ &mongodb.option.collation; + + hint + string|array|object + + + Index specification. Specify either the index name as a string or + the index key pattern. If specified, then the query system will only + consider plans using the hinted index. + + + This option is available in MongoDB 4.4+ and will result in an + exception at execution time if specified for an older server + version. + + + limit boolean @@ -83,6 +99,12 @@ + + 1.8.0 + + Added the "hint" option. + + 1.2.0