Skip to content

Commit 04ca561

Browse files
authored
DOCSP-7911: Correction needed for shardKey description in Spark Connector docs (#36)
1 parent ab32ce5 commit 04ca561

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/configuration.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,10 @@ The following options for writing to MongoDB are available:
493493

494494
* - ``shardKey``
495495

496-
- The write concern :ref:`wTimeout <wc-wtimeout>` value.
496+
- The field by which to split the collection data. The field
497+
should be indexed and contain unique values.
498+
499+
*Default*: ``_id``
497500

498501
* - ``forceInsert``
499502

0 commit comments

Comments
 (0)