JobQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA filter for querying the job list.
public sealed record JobQuery : IEquatable<JobQuery>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”JobQuery()
Section titled “ JobQuery()”public JobQuery()Properties
Section titled “Properties”Fetches only jobs of this kind.
public JobKind? Kind { get; init; }Property Value
Section titled “Property Value”ScheduleId
Section titled “ ScheduleId”Fetches only jobs produced by this schedule.
public Guid? ScheduleId { get; init; }Property Value
Section titled “Property Value”Guid?
The number of records to skip.
public int Skip { get; init; }Property Value
Section titled “Property Value”Status
Section titled “ Status”Fetches only jobs in this status.
public JobStatus? Status { get; init; }Property Value
Section titled “Property Value”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 jobs.
public string? TenantId { get; init; }Property Value
Section titled “Property Value”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(JobQuery?)
Section titled “ Equals(JobQuery?)”public bool Equals(JobQuery? other)Parameters
Section titled “Parameters”other JobQuery?
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 ==(JobQuery?, JobQuery?)
Section titled “ operator ==(JobQuery?, JobQuery?)”public static bool operator ==(JobQuery? left, JobQuery? right)Parameters
Section titled “Parameters”left JobQuery?
right JobQuery?
Returns
Section titled “Returns”operator !=(JobQuery?, JobQuery?)
Section titled “ operator !=(JobQuery?, JobQuery?)”public static bool operator !=(JobQuery? left, JobQuery? right)Parameters
Section titled “Parameters”left JobQuery?
right JobQuery?