<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Query

public class Query
Represents the Query.
public string Condition { get; set; }

Gets or sets condition for the query.

public List<Sort> Sorts { get; set; }

Gets or sets list of sorts for the query.

public Query()