<PackageReference Include="Relativity.Server.Environment.SDK" Version="2.1.0" />

QueryRequest

public class QueryRequest
public int? ActiveArtifactID { get; set; }

public string Condition { get; set; }

public bool? ConvertNumberFieldValuesToString { get; set; }

public int? ExecutingSavedSearchID { get; set; }

public int? ExecutingViewID { get; set; }

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

public bool? IncludeIDWindow { get; set; }

public bool? IncludeNameInQueryResult { get; set; }

public bool? IsAdhocQuery { get; set; }

public LongTextBehavior LongTextBehavior { get; set; }

public int? MaxCharactersForLongTextValues { get; set; }

public ObjectTypeRef ObjectType { get; set; }

public string QueryHint { get; set; }

public SortEnum? RankSortOrder { get; set; }

public FieldRef RelationalField { get; set; }

public string RowCondition { get; set; }

public SampleParameters SampleParameters { get; set; }

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

public QueryRequest()