Property Cursor
- Namespace
- Millrace.Storage.Monitoring
- Assembly
- Millrace.dll
Cursor
Opaque continuation from a previous NextCursor; null starts at the first page.
public string? Cursor { get; init; }
Property Value
Remarks
A cursor is only meaningful alongside the filters that produced it. Presenting one with different filters is a caller error — see QueryJobsAsync(JobQuery, CancellationToken).