Property MaxSamplesPerFingerprint
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
MaxSamplesPerFingerprint
Gets or sets how many sample records are retained per fingerprint group. Defaults to DefaultMaxSamplesPerFingerprint.
public int MaxSamplesPerFingerprint { get; set; }
Property Value
Remarks
Bounded so that an endpoint running one query ten thousand times does not cause QueryGuard to retain ten thousand records. Set to zero to keep counts and timing but no samples.
Exceptions
- ArgumentOutOfRangeException
The value is negative.