Couchbase SDK 2.7 - Durability and Expiration without Specifying CAS

Take for example the Replace method and IBucket and it;s overloads. Of the many overloads, I do not see one that allows me to supply PersistTo, ReplicateTo and expiration without specifying the CAS value. In our case we aren’t use CAS. How can I get around using these three settings without CAS?

@tculbertson I believe if you supply a CAS of zero that indicates to run the request without validating the CAS.