We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc44188 commit 27fc530Copy full SHA for 27fc530
source/configuration/write.txt
@@ -82,8 +82,15 @@ The following options for writing to MongoDB are available:
82
| **Default:** ``replace``
83
84
* - ``idFieldList``
85
- - | Field or list of comma-separated fields to use to identify a document.
86
- |
+ - | Field or list of fields by which to split the collection data. To
+ 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
94
| **Default:** ``_id``
95
96
* - ``writeConcern.w``
0 commit comments