The output of a call to the Query method.
Inheritance Hierarchy
Relativity.Services.Query
Namespace: Relativity.Services
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Query type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Query() |
Initializes a new instance of the Query class.
|
![]() | Query(String, List<Sort>) |
Initializes a new instance of the Query class.
|
![]() | Query(String, List<Sort>, FieldRef) |
Initializes a new instance of the Query class.
|
Properties
Name | Description | |
---|---|---|
![]() | Condition |
Gets or sets the search critera. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
|
![]() | ExecutingSavedSearchId |
ID of the currently executing saved search.
|
![]() | IncludeIdWindow | |
![]() | QueryHint |
Gets or sets the QueryHint of the currently executing search. It is used to optimize the view.
|
![]() | RankSortOrder |
Sorting direction ASC or DESC of the Rank column
|
![]() | RelationalField |
Field used to include related items in query result. See FieldRef.
|
![]() | RowCondition |
Gets or sets the row condition criteria. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
This criteria will limit the result set returned after applying all other conditions and including the relational field.
Currently, this property will only work for the Pivot and Object Query APIs.
|
![]() | SampleParameters | |
![]() | SearchProviderCondition |
Gets or sets the Search Provider search condition. See SearchProviderCondition |
![]() | Sorts |
This list of Sort objects indicates how the results should be sorted. See Sort.
|
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