File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 ``.
Original file line number Diff line number Diff line change @@ -365,6 +365,10 @@ Response:
365
365
Start Sync from Replica Set to Sharded Cluster
366
366
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367
367
368
+ The following example starts a sync job between the source replica set ``cluster0`` and the
369
+ destination sharded cluster ``cluster1``. The ``key`` array in this example defines the shard key
370
+ ``{"location": 1, "region": 1 }``.
371
+
368
372
Request:
369
373
370
374
.. literalinclude:: /includes/api/requests/start-rs-shard.sh
You can’t perform that action at this time.
0 commit comments