Table of Contents

Property IdempotencyKey

Namespace
Millrace.Storage
Assembly
Millrace.dll

IdempotencyKey

The deduplication key, if the enqueue supplied one.

public string? IdempotencyKey { get; init; }

Property Value

string

Remarks

Scoping and release are described above. Note that the field itself is never cleared: a terminal job keeps the key it held, and only stops participating in uniqueness.