Namespace Couchbase.Core.IO.Operations.SubDocument
Classes
DocumentFragment<TDocument>
Represents one more fragments of a document that is returned by the sub-document API.
LookupInBuilder<TDocument>
An implementation of ILookupInBuilder<TDocument> that exposes a "builder" API for constructing a chain of read commands on a document within Couchbase.
OperationSpec
Represents a single operation within a multi-operation against a document using the SubDocument API.
Interfaces
IDocumentFragment
IDocumentFragment<TDocument>
Represents one more fragments of a document that is returned by the sub-document API.
ILookupInBuilder<TDocument>
Exposes a "builder" API for constructing a chain of read commands on a document within Couchbase.
IMutateInBuilder<TDocument>
Exposes the creation of a set of mutation operations to be performed.