Inheritance Hierarchy
Relativity.Services.ObjectQuery.DataResult
Namespace: Relativity.Services.ObjectQuery
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The DataResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataResult | Initializes a new instance of the DataResult class |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactTypeGuids |
Guids for the artifact type of the query result artifacts. Some artifact types will not have a GUID.
|
![]() | ArtifactTypeId |
Id of artifact type of the query result artifacts.
|
![]() | ArtifactTypeName |
Name of artifact type of the query result artifacts.
|
![]() | CurrentStartIndex |
Start index of the results relative to the entire query result set.
|
![]() | DataResults |
Query result artifacts.
|
![]() | Includes |
Related items are included in the result set based on this field.
|
![]() | NextPage |
Generated url of that can be used to retrieve the next page of query results based on the provided start and pageSize parameters of the query execution.
|
![]() | PreviousPage |
Generated url of that can be used to retrieve the previous page of query results based on the provided start and pageSize parameters of the query execution.
|
![]() | QueryToken |
Token that can be used to lookup a subset of the cached query.
|
![]() | RankWindow |
Retrieves the set of Ranks used to prime the review tool's session.
|
![]() | ResultCount |
Count of return artifacts returned for this call.
|
![]() | Sample |
Token that can be used to persist an existing sample from one call to the next.
|
![]() | TotalResultCount |
Total count of return artifacts in the entire query (Including artifacts that were not returned in this call due to requeseted page size being smaller than TotalResultCount).
|
![]() | Window |
Retrieves the set of IDs used to prime the review tool's session.
|
![]() | WorkspaceId |
Id of the workspace which contains the query result artifacts. If artifacts belong to the admin level, this value will equal -1.
|
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