Property NextCursor
- Namespace
- Millrace.Storage.Monitoring
- Assembly
- Millrace.dll
NextCursor
Continuation token for the next page, or null when this is the last page.
public string? NextCursor { get; init; }
Property Value
Remarks
Non-null does not promise a non-empty next page: rows matching the filter can go terminal or be removed between calls. Callers page until this is null.