Constructor QueryGuardBaselineEntry
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
QueryGuardBaselineEntry(string, int, int, int)
Initializes a new instance of the QueryGuardBaselineEntry class.
public QueryGuardBaselineEntry(string scope, int readCommands, int distinctQueries, int topFingerprintOccurrences)
Parameters
scopestringThe scope this entry describes: a route pattern or a test name.
readCommandsintCounted read commands the scope executed.
distinctQueriesintHow many distinct fingerprints it executed.
topFingerprintOccurrencesintHow many times the most repeated fingerprint ran. This is the number that moves when a projection turns back into a loop, and it moves even when the total stays flat.
Exceptions
- ArgumentException
scopeis empty or whitespace.- ArgumentOutOfRangeException
A count is negative.