CursorResponseT Class |
Namespace: ArangoDBNetStandard.CursorApi.Models
The CursorResponseT type exposes the following members.
Name | Description | |
---|---|---|
CursorResponseT | Initializes a new instance of the CursorResponseT class |
Name | Description | |
---|---|---|
Cached |
Indicates whether the query result was served from the query cache or not.
If the query result is served from the query cache, the extra return attribute
will not contain any stats sub-attribute and no profile sub-attribute.
| |
Code |
The HTTP status code
| |
Count |
the total number of result documents available
(only available if the query was executed with the count attribute set)
| |
Error |
A flag to indicate that an error occurred (false in this case)
| |
Extra |
Optional object with extra information about the query result contained
in its Stats sub-attribute.
For data-modification queries, the sub-attribute will contain the number of
modified documents and the number of documents that could not be modified
due to an error (if ignoreErrors query option is specified).
| |
HasMore |
Whether there are more results available for the cursor on the server.
| |
Id |
ID of temporary cursor created on the server (optional).
| |
Result |
Result documents (might be empty if query has no results).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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.) |