ViewResult T  ClassCouchbase .NET SDK 2.1.0 Documentation
Represents the results of a View query.
Inheritance Hierarchy
System Object
  Couchbase.Views ViewResult T 

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class ViewResult<T> : IViewResult<T>, 
	IResult 
Type Parameters
T
The Type parameter to be used for deserialization by the IDataMapper implementation.

The ViewResult T  type exposes the following members.

Constructors
  NameDescription
Public methodViewResult T 
Initializes a new instance of the ViewResult T  class
Top
Methods
  NameDescription
Public methodCannotRetry
Checks to see if the operation is eligible for a retry.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShouldRetry
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyError
An error message if one occured.
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
Public propertyMessage
An optional message returned by the server or the client
Public propertyRows
Public propertyStatusCode
The HTTP Status Code for the request
Public propertySuccess
True if the request was successful
Public propertyTotalRows
The total number of rows.
Public propertyValues
Top
See Also