Property Limit
- Namespace
- Millrace.Storage.Monitoring
- Assembly
- Millrace.dll
Limit
Maximum rows to return. Values below 1 are treated as DefaultLimit; values above MaxLimit are clamped to it. Never an error.
public int Limit { get; init; }
Maximum rows to return. Values below 1 are treated as DefaultLimit; values above MaxLimit are clamped to it. Never an error.
public int Limit { get; init; }