IDocumentResult<T> PropertiesCouchbase .NET SDK 2.0

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

Properties
  NameDescription
Public propertyContent
The actual value stored within Couchbase
Public propertyDocument
The Document object
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.)
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.)
Public propertyStatus
The response status returned by the server when fulfilling the request.
(Inherited from IDocumentResult.)
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from IResult.)
Top
See Also