UniqueKeyPolicyArgs

data class UniqueKeyPolicyArgs(val uniqueKeys: Output<List<UniqueKeyArgs>>? = null) : ConvertibleToJava<UniqueKeyPolicyArgs>

The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.

Constructors

Link copied to clipboard
constructor(uniqueKeys: Output<List<UniqueKeyArgs>>? = null)

Properties

Link copied to clipboard
val uniqueKeys: Output<List<UniqueKeyArgs>>? = null

List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.

Functions

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