When we perform
await collection.UpsertAsync()
we get
MutationResult()
From current documentation it is not quite clear what is CAS. Can it be used as fail/success flag for upsert? if yes, what is the value for fail?
If no, how can we identify success/fail for upsert?
Thank you