UniqueKeyResponse

data class UniqueKeyResponse(val paths: List<String>? = null)

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

Types

Link copied to clipboard
object Companion

Properties

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

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