Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 4e62751

Browse files
authored
DOCSP-48400-confusion-multi-shard-key (#732) (#744)
* add explaination * condense wording * add source and destination (cherry picked from commit 9734cd3)
1 parent f321753 commit 4e62751

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
The following example starts a sync job between ``cluster0`` and
2-
``cluster1``. The source cluster is ``cluster0`` and the destination
3-
cluster is ``cluster1``.
1+
The following example starts a sync job between the source cluster ``cluster0`` and the
2+
destination cluster ``cluster1``.

source/reference/api/start.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ Response:
360360
Start Sync from Replica Set to Sharded Cluster
361361
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362362

363+
The following example starts a sync job between the source replica set ``cluster0`` and the
364+
destination sharded cluster ``cluster1``. The ``key`` array in this example defines the shard key
365+
``{"location": 1, "region": 1 }``.
366+
363367
Request:
364368

365369
.. literalinclude:: /includes/api/requests/start-rs-shard.sh

0 commit comments

Comments
 (0)