MongoCollectionSystemIndex

data class MongoCollectionSystemIndex(val keys: List<String>? = null, val unique: Boolean? = null)

Constructors

Link copied to clipboard
fun MongoCollectionSystemIndex(keys: List<String>? = null, unique: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keys: List<String>? = null

Specifies the list of user settable keys for each Cosmos DB Mongo Collection.

Link copied to clipboard
val unique: Boolean? = null

Is the index unique or not? Defaults to false.