<PackageReference Include="Relativity.Rsapi" Version="15.6.0" />

Query

public class Query
public Guid? ArtifactTypeGuid { get; set; }

public int? ArtifactTypeID { get; set; }

public string ArtifactTypeName { get; set; }

public Condition Condition { get; set; }

public List<Field> Fields { get; set; }

public string QueryHint { get; set; }

public Field RelationalField { get; set; }

public Condition RowCondition { get; set; }

public SampleParameters SampleParameters { get; set; }

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

public Query(List<Field> fields, Condition condition, List<Sort> sorts)

public Query()