Skip to content

Commit a3fed33

Browse files
DOCSP-15331 doc for regex pattern matching option for wildcard collections (#140)
1 parent 60d6878 commit a3fed33

File tree

4 files changed

+374
-236
lines changed

4 files changed

+374
-236
lines changed

source/includes/atlas-config-format.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
{
1818
"storeName" : "<string>",
1919
"database" : "<string>",
20-
"collection" : "<string>"
20+
"collection" : "<string>",
21+
"collectionRegex" : "<string>"
2122
}
2223
]
2324
}

source/includes/atlas-databases-config-format.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
{
99
"storeName" : "<string>",
1010
"database" : "<string>",
11-
"collection" : "<string>"
11+
"collection" : "<string>",
12+
"collectionRegex" : "<string>"
1213
}
1314
]
1415
}

0 commit comments

Comments
 (0)