Storage Configuration Commands
storageGetConfig
The storageGetConfig
command returns the current federated database instance
configuration.
db.runCommand( { "storageGetConfig" : 1 } )
To learn more about this command, see Retrieve Federated Database Instance Configuration.
storageSetConfig
The storageSetConfig
command replaces the current federated database instance
configuration with a JSON document.
db.runCommand( { "storageSetConfig" : <config> } )
To learn more about this command, see Set or Update Federated Database Instance Configuration.
storageValidateConfig
The storageValidateConfig
command validates the given federated database instance
configuration.
db.runCommand( { "storageValidateConfig" : <config> } )
To learn more about this command, see Validate Federated Database Instance Configuration.