SDK 3.X - No need for CAS for Upserts?

Hi,

I noticed that in SDK 3.X, there is no CAS parameter. Given that Upserts can be updates, is this ok? In SDK 2.X, the methods for upsert had the ability to pass in a CAS.

Thanks.

@obawin -

Yes, it was removed from Upsert because its not required on the Insert, so would only impact the Update side of the Upsert - in which case you really want to be doing a Replace.

Jeff

Thanks for the clarification!