I need to know where I can find the reference resource for MongoDB runCommand.
i.e. what kind of commands are available and what kind of optional parameters each command can use.
For example,
db.runCommand({addshard: "10.0.4.85:27020", allowLocal : 1, maxSize:2, minKey: 1, maxKey:10});
Thank you
// Update //
maxSize is documented here maxSize