db.runCommand( {
    shardcollection: "demo.cities",
    key: { name: 1 }
} );