Click or drag to resize
DocumentResultT Properties

The DocumentResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyDocument
The Document object
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
Public propertyMessage
If the Success is false, a message indicating the reason why
Public propertyStatus
The response status returned by the server when fulfilling the request.
Public propertySuccess
Returns true if the operation was succesful
Public propertyValue
The actual value stored within Couchbase
Top
See Also