File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1080,6 +1080,25 @@ Sharding Methods
1080
1080
1081
1081
- Enables sharding on a specific database.
1082
1082
1083
+ * - :method:`sh.removeRangeFromZone()`
1084
+
1085
+ - Removes the association between a range of shard key values and a
1086
+ :term:`zone`.
1087
+
1088
+ * - :dbcommand:`sh.removeShardFromZone`
1089
+
1090
+ - Removes the association between a shard and a :term:`zone`.
1091
+
1092
+ * - :method:`sh.removeShardTag()`
1093
+
1094
+ - Removes the association between a tag and a shard.
1095
+
1096
+ * - :method:`sh.removeTagRange()`
1097
+
1098
+ - Removes a range of shard key values to a shard tag created using
1099
+ the :method:`sh.addShardTag()` method. This method aliases to
1100
+ :method:`sh.removeRangeFromZone()` in MongoDB 3.4.
1101
+
1083
1102
* - :method:`sh.shardCollection()`
1084
1103
1085
1104
- Enables sharding for a collection.
You can’t perform that action at this time.
0 commit comments