mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-11-27 05:12:31 +08:00
fix(docs): Update MongoDB bulk write operations link.
This commit is contained in:
parent
143c83e7dd
commit
b3cc6e7a17
@ -174,7 +174,7 @@ _ref:
|
|||||||
|
|
||||||
### MongoDBBulkWrite
|
### MongoDBBulkWrite
|
||||||
|
|
||||||
The `MongoDBBulkWrite` request executes [bulkWrite operations](https://www.mongodb.com/docs/bulk-write-operations/#bulk-write-operations) in the collection specified in the connectionId.
|
The `MongoDBBulkWrite` request executes [bulkWrite operations](https://www.mongodb.com/docs/manual/reference/method/db.collection.bulkWrite/#write-operations) in the collection specified in the connectionId.
|
||||||
|
|
||||||
#### Properties
|
#### Properties
|
||||||
- `operations: object[]`: __Required__ - Array containing all the bulkWrite operations for the execution.
|
- `operations: object[]`: __Required__ - Array containing all the bulkWrite operations for the execution.
|
||||||
|
Loading…
Reference in New Issue
Block a user