Table of Contents

Property DroppedRecordCount

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

DroppedRecordCount

Gets how many records arrived after the session was completed and were therefore dropped.

public int DroppedRecordCount { get; }

Property Value

int

Remarks

This is the one value on an otherwise frozen snapshot that can change after construction, and it has to be: a dropped record is by definition observed after completion, so a value captured at completion time would always be zero and the diagnostic would be worthless. Complete() refreshes it on every call. The captured commands, and therefore every number derived from them, stay immutable.