EvalRunQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA query for filtering the run list.
public sealed record EvalRunQuery : IEquatable<EvalRunQuery>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”EvalRunQuery()
Section titled “ EvalRunQuery()”public EvalRunQuery()Properties
Section titled “Properties”The number of records to skip.
public int Skip { get; init; }Property Value
Section titled “Property Value”SuiteId
Section titled “ SuiteId”Fetches only this suite’s runs.
public Guid? SuiteId { get; init; }Property Value
Section titled “Property Value”Guid?
The maximum number of records to fetch.
public int Take { get; init; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”Fetches only this tenant’s runs.
public required string TenantId { get; init; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Required. The tenant filter is never optional: a query always states which tenant’s runs it wants.
Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(EvalRunQuery?)
Section titled “ Equals(EvalRunQuery?)”public bool Equals(EvalRunQuery? other)Parameters
Section titled “Parameters”other EvalRunQuery?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(EvalRunQuery?, EvalRunQuery?)
Section titled “ operator ==(EvalRunQuery?, EvalRunQuery?)”public static bool operator ==(EvalRunQuery? left, EvalRunQuery? right)Parameters
Section titled “Parameters”left EvalRunQuery?
right EvalRunQuery?
Returns
Section titled “Returns”operator !=(EvalRunQuery?, EvalRunQuery?)
Section titled “ operator !=(EvalRunQuery?, EvalRunQuery?)”public static bool operator !=(EvalRunQuery? left, EvalRunQuery? right)Parameters
Section titled “Parameters”left EvalRunQuery?
right EvalRunQuery?