Represents the results of a QueryRequest returned by the QueryAsync() method.
Inheritance Hierarchy
Relativity.Services.Objects.DataContracts.QueryResult
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The QueryResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| QueryResult | Initializes a new instance of the QueryResult class |
Properties
| Name | Description | |
|---|---|---|
| CurrentStartIndex |
Gets or sets the starting index for a result item in a query result set.
| |
| IDWindow |
Gets or sets the Window object containing the IDs of the objects included in the current results set.
| |
| Objects |
Gets or sets a list of objects in the read results from the query.
| |
| ObjectType |
Gets or sets the type of the objects returned from a query.
| |
| RankWindow |
Gets or sets the set of ranks used to prime the review tool's session.
| |
| RelationalField |
Gets or sets the related items included in the result set based on this field.
| |
| ResultCount |
Gets or sets the number of result items returned by the current query.
| |
| SampleDetails |
Gets or sets the token used to persist an existing sample from one call to the next. The sample includes the metadata from the sampling run.
| |
| TotalCount |
Gets or sets the total number of objects returned by the query.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also