SystemStreams class

A collection of constants and methods to identify streams.

Constructors

SystemStreams()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isMetaStream(String streamId) bool
Returns true if the stream is a metadata stream.
isSystemStream(String streamId) bool
Returns True if the stream is a system stream.
metaStreamOf(String streamId) String
Returns the metadata stream of the stream.
originalStreamOf(String metaStreamId) String
Returns the original stream of the metadata stream.
persistentCheckpointStreamOn(String stream, String group) String
Returns the checkpoint stream for given persistent subscription group on stream
persistentParkedStreamOn(String stream, String group) String
Returns the parked events stream for given persistent subscription group on stream

Constants

AllStream → const String
A stream containing all events in the EventStoreDB transaction file.
SettingsStream → const String
A stream containing system settings.
StatsStreamPrefix → const String
A stream containing statistics.
StreamsStream → const String
A stream containing links pointing to each stream in the EventStoreDB.