Describes conditions, sorts and fields to be returned for an ObjectQueryManager.Query call
Inheritance Hierarchy
Relativity.Services.ObjectQuery.Query
Namespace: Relativity.Services.ObjectQuery
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The Query type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Query | Initializes a new instance of the Query class |
Properties
Name | Description | |
---|---|---|
![]() | ActiveArtifactId |
Result page criterion to override start position if available in query results.
|
![]() | 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.
|
![]() | ConvertNumberFieldValuesToString | |
![]() | ExecutingSavedSearchId |
ID of the currently executing saved search.
|
![]() | ExecutingViewId |
ID of the currently executing view.
|
![]() | Fields |
Fields to be included in the query results.
|
![]() | IncludeIdWindow | |
![]() | IsAdHocQuery |
Determines whether or not the query is to be run as a built in saved search query or an ad hoc query.
|
![]() | 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 |
Represents a string identifying a relational field. A query containing a relational field returns any matching fields and all documents that share this field.
|
![]() | 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.
|
![]() | SampleParameters | |
![]() | SearchProviderCondition |
Contains the necessary parameters to execute a Search Provider search.
|
![]() | Sorts |
Represents an array of fields. You indicate the sort order by specifying ASC or DESC after the field name, such as Relativity Text Identifier ASC. By default, ASC is the sort order on a field.
|
![]() | TruncateTextFields |
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