DocumentResult T  PropertiesCouchbase .NET SDK 2.0

The DocumentResult 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.
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
Top
See Also