Skip to content

Commit 4d757b7

Browse files
authored
DOCSP-27079 Syntax correction for configureCollectionBalancing (#2315)
1 parent 8f3f6d2 commit 4d757b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/command/configureCollectionBalancing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The command has the following syntax:
3131

3232
db.adminCommand(
3333
{
34-
configureCollectionBalancing: "<collection>",
34+
configureCollectionBalancing: "<db>.<collection>",
3535
chunkSize: <num>,
3636
defragmentCollection: <bool>
3737
}

0 commit comments

Comments
 (0)