Questions tagged [azure-spring-boot]

31 questions
0
votes
1 answer

Is there a way to delete document with optimistic lock in spring data cosmos

Plain Java Client provide the functionality to update/delete with _etag check for optimistic locking. Spring data cosmos also provide functionality for optmistic locking in save method with _etag check. Is there a provision for the same in delete…
1 2
3