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

Commit 9734cd3

Browse files
authored
DOCSP-48400-confusion-multi-shard-key (#732)
* add explaination * condense wording * add source and destination
1 parent af2bdbe commit 9734cd3

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
@@ -367,6 +367,10 @@ Response:
367367
Start Sync from Replica Set to Sharded Cluster
368368
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
369369

370+
The following example starts a sync job between the source replica set ``cluster0`` and the
371+
destination sharded cluster ``cluster1``. The ``key`` array in this example defines the shard key
372+
``{"location": 1, "region": 1 }``.
373+
370374
Request:
371375

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

0 commit comments

Comments
 (0)