https://docs.couchbase.com/dotnet-sdk/2.7/document-operations.html
Is there any way to use this behavior document operations for version 3.0.X?
https://docs.couchbase.com/dotnet-sdk/2.7/document-operations.html
Is there any way to use this behavior document operations for version 3.0.X?
@Diego_Elizondo To access document operations, call IBucket.DefaultCollection. This gives you access to the full suite key/value operations, include sub-doc operations, on the default collection for the bucket. This change is a bit of future-proofing for upcoming changes around scopes/collections in Couchbase Server.
Hi @Diego_Elizondo,
Is there anything in particular on that page that you’re looking for?
I could point you in the direction of the 3.0 equivalent documentation.
Or, have you found a gap in the 3.0 documentation?