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
constructor(paths: Output<List<String>>? = null)

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

Functions

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