Property IdempotencyKey
IdempotencyKey
The deduplication key, if the enqueue supplied one.
public string? IdempotencyKey { get; init; }
Property Value
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.