Click or drag to resize

ILookupInBuilderTDocument Interface

Exposes a "builder" API for constructing a chain of read commands on a document within Couchbase.

Namespace:  Couchbase.Core
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.4.5

The ILookupInBuilderTDocument type exposes the following members.

Properties
Methods
  NameDescription
Public methodExecute
Executes the chained operations.
(Inherited from ISubDocBuilderTDocument.)
Public methodExecuteAsync
Executes the chained operations.
(Inherited from ISubDocBuilderTDocument.)
Public methodExists(String)
Checks for the existence of a given N1QL path.
Public methodExists(String, SubdocPathFlags, SubdocDocFlags)
Checks for the existence of a given N1QL path.
Public methodGet(String)
Gets the value at a specified N1QL path.
Public methodGet(String, SubdocPathFlags, SubdocDocFlags)
Gets the value at a specified N1QL path.
Public methodGetCount(String)
Gets the number of items in a collection or dictionary at a specified N1QL path.
Public methodGetCount(String, SubdocPathFlags, SubdocDocFlags)
Gets the number of items in a collection or dictionary at a specified N1QL path.
Public methodWithTimeout
The maximum time allowed for an operation to live before timing out.
Top
Extension Methods
  NameDescription
Public Extension MethodExistsTDocument, 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.)
Public Extension MethodGetTDocument, TContent
Get a fragment of type TContent from a document of type TDocument, using a given lambda expression path.
(Defined by SubdocExtensions.)
Public Extension MethodGetCountTDocument, TContent
Get the number of items in a fragment of type TContent within a document of type TDocument, using a given lambda expression path.
(Defined by SubdocExtensions.)
Top
See Also