ValueIndexConfiguration
actual class ValueIndexConfiguration(expressions: List<String>, where: String?) : IndexConfiguration(source)
expect class ValueIndexConfiguration(expressions: List<String>, where: String? = null) : IndexConfiguration(source)
Configuration for a standard database index.
actual class ValueIndexConfiguration(expressions: List<String>, where: String?) : IndexConfiguration(source)
actual class ValueIndexConfiguration(val expressions: List<String>, where: String?) : IndexConfiguration(source)