Property TopFingerprintDelta
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
TopFingerprintDelta
Gets the change in how many times the most repeated fingerprint ran.
public int TopFingerprintDelta { get; }
Property Value
Remarks
Worth reporting separately from the total, because it moves when the total does not. Replacing twenty distinct lookups with one query repeated twenty times leaves the read count identical and is exactly the regression QueryGuard exists to catch.