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 @@ -360,6 +360,10 @@ Response:
360
360
Start Sync from Replica Set to Sharded Cluster
361
361
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362
362
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
+
363
367
Request:
364
368
365
369
.. literalinclude:: /includes/api/requests/start-rs-shard.sh
You can’t perform that action at this time.
0 commit comments