How can I have a globally (across entire container) unique constraint in Cosmos DB?

前端 未结 0 830
囚心锁ツ
囚心锁ツ 2020-11-27 23:21

Suppose I want to store the data that looks like the following

type Person = {
    Name:string
    PassportNumber:string
}

type PolicyStatus =
    |SaleInPro         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题