Docs 菜单

sh.abortUnshardCollection()

sh.abortUnshardCollection(namespace)

Stops an in-progress unshardCollection operation.

New in version 8.0.

This method must run on the admin database.

This method is available in deployments hosted in the following environments:

  • MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud

Important

This command is not supported in M0, M2, and M5 clusters. For more information, see Unsupported Commands.

sh.abortUnshardCollection( "<database>.<collection>" )
字段
类型
Necessity
说明

namespace

字符串

Required

Specifies the database and collection to stop unsharding.

The following example stops the in-progress unsharding operation of the sales.us_accounts collection.

sh.abortUnshardCollection( "sales.us_accounts" )