Table of Contents

Property ArgumentsJson

Namespace
Millrace.Storage
Assembly
Millrace.dll

ArgumentsJson

One JSON document per parameter, positionally aligned with them.

public required IReadOnlyList<string?> ArgumentsJson { get; init; }

Property Value

IReadOnlyList<string>

Remarks

null at a position means the argument is not carried in the record — a CancellationToken is the case that arises today, and the worker supplies the job's execution token in its place.