microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

Create Collection with UniqueKey specification #386

Open tanhuynh opened 5 years ago

tanhuynh commented 5 years ago

Is there any way I can define the UniqueKeyPolicy using createCollectionIfNotExists API?

Incarnation-p-lee commented 5 years ago

better to support this from @Document annotation.

kushagraThapar commented 4 years ago

@tanhuynh - are you still facing this issue ?