Click or drag to resize

SubdocExtensions Class

Inheritance Hierarchy
SystemObject
  CouchbaseSubdocExtensions

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1

The SubdocExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayAddUniqueTDocument, TContent, TElement
Add a unique fragment of type TContent into an array in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberArrayAppendTDocument, TContent, TElement
Push a fragment of type TContent into the back of an array in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberArrayInsertTDocument, TElement
Insert a fragment of type TElement into an array in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberArrayPrependTDocument, TContent, TElement
Push a fragment of type TContent into the front of an array in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberContentTDocument, TContent
Get the result type TContent from a document of type TDocument, using a given lambda expression path.
Public methodStatic memberCounterTDocument, TContent
Increment or decrement a counter of type TContent in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberExistsTDocument, TContent(IDocumentFragmentTDocument, ExpressionFuncTDocument, TContent)
Get the existence result for a fragement of type TContent from a document of type TDocument, using a given lambda expression path.
Public methodStatic memberExistsTDocument, TContent(ILookupInBuilderTDocument, ExpressionFuncTDocument, TContent)
Check for existence of a fragment of type TContent within a document of type TDocument, using a given lambda expression path.
Public methodStatic memberGetTDocument, TContent
Get a fragment of type TContent from a document of type TDocument, using a given lambda expression path.
Public methodStatic memberGetCountTDocument, TContent
Get the number of items in a fragment of type TContent within a document of type TDocument, using a given lambda expression path.
Public methodStatic memberInsertTDocument, TContent
Insert a fragment of type TContent into a document of type TDocument, using a given lambda expression path.
Public methodStatic memberRemoveTDocument, TContent
Remove a fragment of type TContent from a document of type TDocument, using a given lambda expression path.
Public methodStatic memberReplaceTDocument, TContent
Replace a fragment of type TContent in a document of type TDocument, using a given lambda expression path.
Public methodStatic memberUpsertTDocument, TContent
Update or insert a fragment of type TContent into a document of type TDocument, using a given lambda expression path.
Top
See Also