UniqueKeyArgs

data class UniqueKeyArgs(val paths: Output<List<String>>? = null) : ConvertibleToJava<UniqueKeyArgs>

The unique key on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.

Constructors

Link copied to clipboard
fun UniqueKeyArgs(paths: Output<List<String>>? = null)

Functions

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

Properties

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

List of paths must be unique for each document in the Azure Cosmos DB service