Skip to content

Commit 8248582

Browse files
authored
Merge pull request #76 from steveren/DOCSP-12599
DOCSP-12599: [MONGOSH] Remove shards/tags methods
2 parents fa23222 + 8c0b5e5 commit 8248582

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/reference/methods.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,25 @@ Sharding Methods
10801080

10811081
- Enables sharding on a specific database.
10821082

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+
10831102
* - :method:`sh.shardCollection()`
10841103

10851104
- Enables sharding for a collection.

0 commit comments

Comments
 (0)