MongoCollectionIndexArgs

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

Constructors

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

Properties

Link copied to clipboard
val keys: Output<List<String>>

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

Link copied to clipboard
val unique: Output<Boolean>? = null

Is the index unique or not? Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): MongoCollectionIndexArgs