SequenceValidationResult
Defined in: streaming.ts:495
Validate chunk sequence numbers.
Detects gaps or out-of-order chunks in a stream.
Array of chunks to validate
Properties
Section titled “Properties”duplicates
Section titled “duplicates”duplicates:
number[]
Defined in: streaming.ts:498
expectedNext
Section titled “expectedNext”expectedNext:
number
Defined in: streaming.ts:500
gaps:
number[]
Defined in: streaming.ts:497
outOfOrder
Section titled “outOfOrder”outOfOrder:
boolean
Defined in: streaming.ts:499
valid:
boolean
Defined in: streaming.ts:496