<PackageReference Include="Relativity.ObjectManager" Version="11.1.219.15" />

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 IEnumerable<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 IEnumerable<Sort> Sorts { get; set; }

public QueryRequest()