EventStore v0.12.0 EventStore.Storage.Stream View Source

Streams are an abstraction around a stream of events for a given stream identity

Link to this section Summary

Link to this section Functions

Link to this function create_stream(conn, stream_uuid) View Source
Link to this function latest_stream_version(conn, stream_uuid) View Source
Link to this function read_all_streams_forward(conn, start_event_id, count \\ nil) View Source
Link to this function read_stream_forward(conn, stream_uuid, start_version, count \\ nil) View Source
Link to this function stream_info(conn, stream_uuid) View Source