Click or drag to resize

DocumentResultT Class

The return type for "document" centric operation requests.
Inheritance Hierarchy
SystemObject
  CouchbaseDocumentResultT

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.4.5

The DocumentResultT type exposes the following members.

Constructors
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 propertyId
Gets the id or key for the document.
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 propertyToken
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodEnsureSuccess
Throws a CouchbaseKeyValueResponseException on any error.
(Defined by ResponseExtensions.)
Top
See Also