<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ActionQueryRequest

public class ActionQueryRequest
Describes conditions and sorts to be returned for a Script result query call.
public List<string> ColumnNames { get; set; }

Gets or sets the names of the columns to include in the results.

public string Condition { get; set; }

Gets or sets the search criteria. It can be a simple, single-field condition or a complex expression made by combining conditions.

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

Gets or sets the sort order for view results specified as a collection of Sort objects. See ActionColumnSort.