[Missing <summary> documentation for "T:Couchbase.IDocumentFragment"]
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)

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.
|
![]() | Content<TContent>(Int32) |
The value if it exists for a specific index.
|
![]() | Content<TContent>(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.
|
![]() | IsNmv |
Checks if the server responded with a Not My Vbucket.
(Inherited from IOperationResult.) |
![]() | 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.
|
![]() | ShouldRetry |
If the response indicates the request is retryable, returns true.
(Inherited from IResult.) |

Name | Description | |
---|---|---|
![]() | Cas |
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
(Inherited from IOperationResult.) |
![]() | Durability |
The level of durability that the operation achieved
(Inherited from IOperationResult.) |
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.) |
![]() | Id |
Gets the id or key for the document.
(Inherited from IOperationResult.) |
![]() | Message |
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.) |
![]() | Status |
The server's response status for the operation.
(Inherited from IOperationResult.) |
![]() | Success |
Returns true if the operation was succesful.
(Inherited from IResult.) |
![]() | Token |
Gets the mutation token for the operation if enhanced durability is enabled.
(Inherited from IOperationResult.) |
