QueryResultSet<T> Class

Relativity Services API
The output of a call to the Query method.
Inheritance Hierarchy

System.Object
  Relativity.Services.QueryResultSet<T>
    More...

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

public class QueryResultSet<T>

Type Parameters

T
The type of artifacts which are returned in these Query results.

The QueryResultSet<T> type exposes the following members.

Constructors

  NameDescription
Public methodQueryResultSet<T>
QueryResultSet Constructor.
Top
Properties

  NameDescription
Public propertyMessage
Gets a message which contains the error information if the read operation failed.
Public propertyQueryToken
When this property contains a value, it indicates that the Search returned more results than the maximum configured. Additional results can be returned by calling QuerySubset.
Public propertyResults
The list of individual read results from the called operation.
Public propertySuccess
Gets a value indicating whether the overall set of read operations was a success.
Public propertyTotalCount
The total number of Artifacts 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

Inheritance Hierarchy

System.Object
  Relativity.Services.QueryResultSet<T>
    Relativity.Services.Client.ClientQueryResultSet
    Relativity.Services.Folder.FolderResultSet
    Relativity.Services.JobManager.JobQueryResultSet
    Relativity.Services.Matter.MatterQueryResultSet
    Relativity.Services.Permission.PermissionQueryResultSet
    Relativity.Services.Search.AnalyticsSearchQueryResultSet
    Relativity.Services.Search.dtSearchQueryResultSet
    Relativity.Services.Search.KeywordSearchQueryResultSet
    Relativity.Services.Search.SearchContainerQueryResultSet