<PackageReference Include="Relativity.API" Version="20.0.0" />

IQueryOptions

public interface IQueryOptions
Options that control the execution of the query.

Gets the behavior used for rendering artifact values.

bool AuditQueryExecution { get; }

Gets whether audit records will be created when executing queries against the database. When true, audits will be created.

IEnumerable<string> Hints { get; }

Optional hints to add to the execution

Gets the behavior used for rendering long text fields.

int StartAt { get; }

Determines the starting number of the results to return

long? StartingIndexID { get; }

When specified, overrides the StartAt parameter to be the provided ID's index when present in the ID query results

int Take { get; }

Limits the number of results that can be returned for the query