collections
Parameters
value
The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.
suspend fun collections(vararg argument: Pair<String, suspend MongoDbCollectionSettingsArgsBuilder.() -> Unit>)
Parameters
argument
The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.
Parameters
values
The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.