Skip to content

Commit 9dafe48

Browse files
authored
DOCSP-27079 Syntax correction for configureCollectionBalancing (#2309)
1 parent b039f32 commit 9dafe48

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)