Table of Contents

Class DashboardJobQuery

Namespace
Quartz.Dashboard.Services
Assembly
Quartz.Dashboard.dll

One page of the job listing, optionally narrowed to the groups whose name contains GroupContains.

public sealed record DashboardJobQuery : PagedQuery, IEquatable<PagedQuery>, IEquatable<DashboardJobQuery>
Inheritance
DashboardJobQuery
Implements
Inherited Members

Properties

GroupContains

Lists only the jobs whose group name contains this, or every job when null.

public string? GroupContains { get; init; }

Property Value

string