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

Query

public class Query
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 string[] Fields { get; set; }

public bool? IncludeIdWindow { get; set; }

public bool? IsAdHocQuery { get; set; }

public string QueryHint { get; set; }

public string RankSortOrder { get; set; }

public string RelationalField { get; set; }

public string RowCondition { get; set; }

public SampleParameters SampleParameters { get; set; }

public string[] Sorts { get; set; }

public bool? TruncateTextFields { get; set; }

public Query()