QueryResult Class

Relativity Services API
Represents the results of a QueryRequest returned by the QueryAsync() method.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.QueryResult

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class QueryResult

The QueryResult type exposes the following members.

Constructors

  NameDescription
Public methodQueryResult
Initializes a new instance of the QueryResult class
Top
Properties

  NameDescription
Public propertyCurrentStartIndex
Gets or sets the starting index for a result item in a query result set.
Public propertyIDWindow
Gets or sets the Window object containing the IDs of the objects included in the current results set.
Public propertyObjects
Gets or sets a list of objects in the read results from the query.
Public propertyObjectType
Gets or sets the type of the objects returned from a query.
Public propertyRankWindow
Gets or sets the set of ranks used to prime the review tool's session.
Public propertyRelationalField
Gets or sets the related items included in the result set based on this field.
Public propertyResultCount
Gets or sets the number of result items returned by the current query.
Public propertySampleDetails
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.
Public propertyTotalCount
Gets or sets the total number of objects returned by the query.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference