Exposes a "builder" API for constructing a chain of read commands on a document within Couchbase.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)


- TDocument
- The type of the document.
The ILookupInBuilder<TDocument> type exposes the following members.

Name | Description | |
---|---|---|
![]() | Execute |
Executes the chained operations.
(Inherited from ISubDocBuilder<TDocument>.) |
![]() | ExecuteAsync |
Executes the chained operations.
(Inherited from ISubDocBuilder<TDocument>.) |
![]() | Exists |
Checks for the existence of a given N1QL path.
|
![]() | Get |
Gets the value at a specified N1QL path.
|

Name | Description | |
---|---|---|
![]() | Exists<TDocument, TContent> |
Check for existence of a fragment of type TContent within a document of type TDocument,
using a given lambda expression path.
(Defined by SubdocExtensions.) |
![]() | Get<TDocument, TContent> |
Get a fragment of type TContent from a document of type TDocument,
using a given lambda expression path.
(Defined by SubdocExtensions.) |

Name | Description | |
---|---|---|
![]() | Count |
Returns a count of the currently chained operations.
(Inherited from ISubDocBuilder<TDocument>.) |
![]() | Key |
Gets or sets the unique identifier for the document.
(Inherited from ISubDocBuilder<TDocument>.) |
![]() | Serializer |
Gets the ITypeSerializer related to the object.
(Inherited from ITypeSerializerProvider.) |
