ViewResultT Class |
Namespace: Couchbase.Views
The ViewResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ViewResultT | Initializes a new instance of the ViewResultT class |
Name | Description | |
---|---|---|
![]() | CannotRetry |
Checks to see if the operation is eligible for a retry.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Error |
An error message if one occured.
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
An optional message returned by the server or the client
|
![]() | Rows |
The results of the query if successful.
|
![]() | StatusCode |
The HTTP Status Code for the request
|
![]() | Success |
True if the request was successful
|
![]() | TotalRows |
The total number of rows.
|