Table of Contents

Property DroppedRecordCount

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

DroppedRecordCount

Gets how many records arrived after this session was completed.

public int DroppedRecordCount { get; }

Property Value

int

Remarks

Non-zero means work outlived its scope: most often a fire-and-forget task started inside a request. Reporters surface it so that the number is a diagnostic rather than a silent loss.