@s2-dev/streamstore - v0.22.0
Preparing search index...
ReadBatch
Interface ReadBatch<Format>
Batch of records read from a stream.
interface
ReadBatch
<
Format
extends
"string"
|
"bytes"
=
"string"
>
{
records
:
readonly
ReadRecord
<
Format
>
[]
;
tail
?:
StreamPosition
;
}
Type Parameters
Format
extends
"string"
|
"bytes"
=
"string"
Index
Properties
records
tail?
Properties
Readonly
records
records
:
readonly
ReadRecord
<
Format
>
[]
Optional
Readonly
tail
tail
?:
StreamPosition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
records
tail
@s2-dev/streamstore - v0.22.0
Loading...
Batch of records read from a stream.