Skip to content

Commit 27fc530

Browse files
author
Chris Cho
authored
DOCSP-24641: add example of idFieldList for multiple fields (#142)
* DOCSP-24641: add example of idFieldList for multiple fields
1 parent cc44188 commit 27fc530

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

source/configuration/write.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,15 @@ The following options for writing to MongoDB are available:
8282
| **Default:** ``replace``
8383

8484
* - ``idFieldList``
85-
- | Field or list of comma-separated fields to use to identify a document.
86-
|
85+
- | Field or list of fields by which to split the collection data. To
86+
specify more than one field, separate them using a comma as shown
87+
in the following example:
88+
89+
.. code-block:: none
90+
:copyable: false
91+
92+
"fieldName1,fieldName2"
93+
8794
| **Default:** ``_id``
8895

8996
* - ``writeConcern.w``

0 commit comments

Comments
 (0)