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

ActionResultsQueryResponse

Represents the results that are returned as part of an ActionQueryRequest.
public List<ActionColumn> Columns { get; set; }

Gets or sets the list of columns returned.

public int CurrentStartIndex { get; set; }

Gets or sets the starting index for a result item in a query result set.

public int ResultCount { get; set; }

Gets the number of result rows returned by the current query.

public List<ActionResultRow> Rows { get; set; }

Gets or sets the list of objects in the read results from the query.

public int TotalCount { get; set; }

Gets or sets the total number of rows returned by the query.