IDocumentFragment Interface |
[Missing <summary> documentation for "T:Couchbase.Core.IO.Operations.SubDocument.IDocumentFragment"]
Namespace: Couchbase.Core.IO.Operations.SubDocument
public interface IDocumentFragment : IOperationResult, IResult
The IDocumentFragment type exposes the following members.
| Name | Description | |
|---|---|---|
| Content(Int32) |
The value if it exists for a specific index.
| |
| Content(String) |
The value if it exists for a specific path.
| |
| ContentTContent(Int32) |
The value if it exists for a specific index.
| |
| ContentTContent(String) |
The value if it exists for a specific path.
| |
| Count |
The count of the sub-document operations chained togather.
| |
| Exists |
Checks whether the given path is part of this result set, eg. an operation targeted it, and the operation executed successfully.
| |
| OpStatus(Int32) |
Gets the ResponseStatus for a specific operation at it's index.
| |
| OpStatus(String) |
Gets the ResponseStatus for a specific operation at it's path.
|