Skip to content

Commit 1b2d7e0

Browse files
committed
add return values sections
1 parent 5ae84b8 commit 1b2d7e0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

source/reference/method/MongoDBClientBulkWrite-createWithCollection.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ Parameters
7373
- boolean
7474
- Specifies whether to return verbose results. The default is ``false``.
7575

76+
Return Values
77+
-------------
78+
79+
A new ``ClientBulkWrite`` object with an empty ``BulkWriteCommand``
80+
specification.
81+
7682
Errors/Exceptions
7783
-----------------
7884

source/reference/method/MongoDBClientBulkWrite-withCollection.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Parameters
4444
added to the ``ClientBulkWrite`` instance after calling
4545
``withCollection()``.
4646

47+
Return Values
48+
-------------
49+
50+
A new ``ClientBulkWrite`` object with the same ``BulkWriteCommand``
51+
specification but an updated target namespace.
52+
4753
Errors/Exceptions
4854
-----------------
4955

0 commit comments

Comments
 (0)