Click or drag to resize

IDocumentFragment Interface

[Missing <summary> documentation for "T:Couchbase.Core.IO.Operations.SubDocument.IDocumentFragment"]

Namespace:  Couchbase.Core.IO.Operations.SubDocument
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface IDocumentFragment : IOperationResult, 
	IResult

The IDocumentFragment type exposes the following members.

Methods
  NameDescription
Public methodContent(Int32)
The value if it exists for a specific index.
Public methodContent(String)
The value if it exists for a specific path.
Public methodContentTContent(Int32)
The value if it exists for a specific index.
Public methodContentTContent(String)
The value if it exists for a specific path.
Public methodCount
The count of the sub-document operations chained togather.
Public methodExists
Checks whether the given path is part of this result set, eg. an operation targeted it, and the operation executed successfully.
Public methodOpStatus(Int32)
Gets the ResponseStatus for a specific operation at it's index.
Public methodOpStatus(String)
Gets the ResponseStatus for a specific operation at it's path.
Top
See Also