with

fun with(schema: Set<KClass<out RealmObject>>): RealmConfiguration

Create a configuration using default values except for schema, path and name.

Parameters

schema

The classes of the schema. The elements of the set must be direct class literals.