Table of Contents

Class ClaimRequest

Namespace
Millrace.Storage
Assembly
Millrace.dll

A worker's request to claim jobs. Queues is an unordered filter set — selection order (Priority DESC, then FIFO by enqueue order) applies across the union of the requested queues with no queue precedence.

public sealed record ClaimRequest : IEquatable<ClaimRequest>
Inheritance
ClaimRequest
Implements
Inherited Members

Constructors

ClaimRequest(string, IReadOnlyList<string>, int, TimeSpan)

A worker's request to claim jobs. Queues is an unordered filter set — selection order (Priority DESC, then FIFO by enqueue order) applies across the union of the requested queues with no queue precedence.

Properties

LeaseDuration
MaxCount
Queues
WorkerId