CacheableQueryResult Class |
Namespace: Rally.RestApi.Response
The CacheableQueryResult type exposes the following members.
Name | Description | |
---|---|---|
CacheableQueryResult |
Constructor
|
Name | Description | |
---|---|---|
Errors |
A list of any errors that occurred during the request
(Inherited from OperationResult.) | |
IsCachedResult |
Is this result a cached result? If not, it contains updated data.
| |
Object |
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.) | |
Results |
The results of the query
(Inherited from QueryResult.) | |
StartIndex |
The start index of this result set
(Inherited from QueryResult.) | |
Success |
Whether the request was successful or not
Returns true if Errors is empty
(Inherited from OperationResult.) | |
TotalResultCount |
The total number of results
(Inherited from QueryResult.) | |
Warnings |
A list of any warnings that occurred during the request
(Inherited from OperationResult.) |
Name | Description | |
---|---|---|
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.) |