MongoCollectionSystemIndex

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The list of system keys which are not settable for each Cosmos DB Mongo Collection.

Link copied to clipboard
val unique: Boolean? = null

Identifies whether the table contains no duplicate values.