UniqueKeyPolicyResponse

data class UniqueKeyPolicyResponse(val uniqueKeys: List<UniqueKeyResponse>? = null)

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: List<UniqueKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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