Docs Menu
Docs Home
/ /

Storage Configuration Commands

The storageGetConfig command returns the current federated database instance configuration.

db.runCommand( { "storageGetConfig" : 1 } )

To learn more about this command, see Retrieve Configuration File.

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 Update your Federated Database Instance Configuration.

The storageValidateConfig command validates the given federated database instance configuration.

db.runCommand( { "storageValidateConfig" : <config> } )

To learn more about this command, see Validate Configuration File.

Back

Role Management

On this page