Property RecordsSkipped
RecordsSkipped
Gets the number of records a SKIPIF discarded.
public int RecordsSkipped { get; }
Property Value
Remarks
Worth asserting on in a test. A merge that drops records produces a document that is
structurally perfect and simply shorter than it should be, so the record count is the
only thing that changes when the comparison underneath SKIPIF regresses.