翻译或纠错本页面
- Reference >
- mongo Shell Methods >
- 分片方法 >
- sh.removeShardTag()
sh.removeShardTag()¶
Definition¶
- sh.removeShardTag(shard, tag)¶
2.2 新版功能.
Removes the association between a tag and a shard. Only issue sh.removeShardTag() when connected to a mongos instance.
Parameter Type Description shard string The name of the shard from which to remove a tag. tag string The name of the tag to remove from the shard.