storageGetConfig
storageGetConfig命令返回当前联合数据库实例配置。
db.runCommand( { "storageGetConfig" : 1 } )
要学习;了解有关此命令的更多信息,请参阅 检索配置文件。
storageSetConfig
storageSetConfig命令会将当前联合数据库实例配置替换为 JSON文档。
db.runCommand( { "storageSetConfig" : <config> } )
storageValidateConfig
storageValidateConfig命令验证给定的联合数据库实例配置。
db.runCommand( { "storageValidateConfig" : <config> } )