eventstore v0.10.1 EventStore.Storage.Reader
Reads events for a given stream identity
Link to this section Summary
Functions
Read events appended to all streams forward from the given start event id inclusive
Read events appended to a single stream forward from the given starting version
Link to this section Functions
Link to this function
read_all_forward(conn, start_event_id, count)
Read events appended to all streams forward from the given start event id inclusive
Link to this function
read_forward(conn, stream_id, start_version, count)
Read events appended to a single stream forward from the given starting version