Optimistic concurrency for Mongo DB batch updates

前端 未结 0 620
长发绾君心
长发绾君心 2020-12-30 11:29

Could anyone suggest me a Java or C# code example? Let’s say I have a Job object:

class Job
{
     public Guid _id { get; set; }
     public Guid _timestamp {         


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