The DocumentResult<T> generic type exposes the following members.

Name | Description | |
---|---|---|
![]() | Content |
The actual value stored within Couchbase
|
![]() | Document |
The Document object
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
If the Success is false, a message indicating the reason why
|
![]() | Status |
The response status returned by the server when fulfilling the request.
|
![]() | Success |
Returns true if the operation was succesful
|
