Skip to main content

QueryStreamsResult

@rotorsoft/act-root


@rotorsoft/act-root / act/src / QueryStreamsResult

Type Alias: QueryStreamsResult

QueryStreamsResult = object

Defined in: libs/act/src/types/ports.ts:193

Result of a Store.query_streams call.

Propertiesโ€‹

countโ€‹

readonly count: number

Defined in: libs/act/src/types/ports.ts:195

Number of stream positions delivered to the callback.


maxEventIdโ€‹

readonly maxEventId: number

Defined in: libs/act/src/types/ports.ts:194

Highest event id in the store (-1 when empty). UI uses this to compute lag as maxEventId - position.at.