Query Class

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

System.Object
  Relativity.Services.Query

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

public class Query

The Query type exposes the following members.

Constructors

  NameDescription
Public methodQuery()
Initializes a new instance of the Query class.
Public methodQuery(String, List<Sort>)
Initializes a new instance of the Query class.
Public methodQuery(String, List<Sort>, FieldRef)
Initializes a new instance of the Query class.
Top
Properties

  NameDescription
Public propertyCondition
Gets or sets the search critera. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
Public propertyExecutingSavedSearchId
ID of the currently executing saved search.
Public propertyIncludeIdWindow
Public propertyQueryHint
Gets or sets the QueryHint of the currently executing search. It is used to optimize the view.
Public propertyRankSortOrder
Sorting direction ASC or DESC of the Rank column
Public propertyRelationalField
Field used to include related items in query result. See FieldRef.
Public propertyRowCondition
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.
Public propertySampleParameters
Public propertySearchProviderCondition
Gets or sets the Search Provider search condition. See SearchProviderCondition
Public propertySorts
This list of Sort objects indicates how the results should be sorted. See Sort.
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