<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

Relativity.Testing.Framework.Api.Querying.IQueryRequest

public interface IQueryRequest
Represents the generic query request.
void AddCondition(string rowCondition)

Adds the condition.

void AddCondition(string fieldName, object fieldValue)

Adds the condition.

void SetFieldsToFetch(IEnumerable<string> fieldNames)

Sets the fields to fetch.

void SetLength(int length)

Specifies the number of items to return in the query result.