cloneCollectionAsCapped | Copies a non-capped collection as a new capped collection.将非封顶集合复制为新的封顶集合。 |
collMod | Add options to a collection or modify a view definition.向集合添加选项或修改视图定义。 |
compact | Defragments a collection and rebuilds the indexes.对集合进行分片整理并重建索引。 |
connPoolSync | Internal command to flush connection pool.刷新连接池的内部命令。 |
convertToCapped | Converts a non-capped collection to a capped collection.将非上限集合转换为上限集合。 |
create | Creates a collection or a view.创建集合或视图。 |
createIndexes | Builds one or more indexes for a collection.为集合生成一个或多个索引。 |
currentOp | Returns a document that contains information on in-progress operations for the database instance.返回一个文档,其中包含数据库实例正在进行的操作的信息。 |
drop | Removes the specified collection from the database.从数据库中删除指定的集合。 |
dropDatabase | Removes the current database.删除当前数据库。 |
dropConnections | Drops outgoing connections to the specified list of hosts.将传出连接删除到指定的主机列表。 |
dropIndexes | Removes indexes from a collection.从集合中删除索引。 |
filemd5 | Returns the md5 hash for files stored using GridFS.返回使用GridFS存储的文件的md5哈希。 |
fsync | Flushes pending writes to the storage layer and locks the database to allow backups.刷新对存储层的挂起写入并锁定数据库以允许备份。 |
fsyncUnlock | Unlocks one fsync lock.解锁一个fsync锁。 |
getDefaultRWConcern | Retrieves the global default read and write concern options for the deployment.检索部署的全局默认读写关注点选项。
New in version 4.4.在版本4.4中新增。
|
getAuditConfig | Retrieves details on audit configuration and filters.检索有关审核配置和筛选器的详细信息。
New in version 5.0.在版本5.0中新增。
|
getParameter | Retrieves configuration options.检索配置选项。 |
killCursors | Kills the specified cursors for a collection.杀死集合的指定游标。 |
killOp | Terminates an operation as specified by the operation ID.终止由操作ID指定的操作。 |
listCollections | Returns a list of collections in the current database.返回当前数据库中集合的列表。 |
listDatabases | Returns a document that lists all databases and returns basic database statistics.返回列出所有数据库并返回基本数据库统计信息的文档。 |
listIndexes | Lists all indexes for a collection.列出集合的所有索引。 |
logRotate | Rotates the MongoDB logs to prevent a single file from taking too much space.旋转MongoDB日志以防止单个文件占用太多空间。 |
reIndex | Rebuilds all indexes on a collection.重新生成集合上的所有索引。 |
renameCollection | Changes the name of an existing collection.更改现有集合的名称。 |
rotateCertificates | Performs online TLS certificate rotation.执行在线TLS证书轮换。 |
setFeatureCompatibilityVersion | Enables or disables features that persist data that are backwards-incompatible.启用或禁用保留向后不兼容数据的功能。 |
setIndexCommitQuorum | Changes the minimum number of data-bearing members (i.e commit quorum), including the primary, that must vote to commit an in-progress index build before the primary marks those indexes as ready.更改数据承载成员(即提交仲裁)的最小数量,包括主成员,在主成员将索引标记为就绪之前,必须投票提交正在进行的索引构建。 |
setParameter | Modifies configuration options.修改配置选项。 |
setDefaultRWConcern | Sets the global default read and write concern options for the deployment.设置部署的全局默认读写关注点选项。
New in version 4.4.在版本4.4中新增。
|
shutdown | Shuts down the mongod or mongos process.关闭mongod 或mongos 进程。 |