Skip to content

StreamSequenceToken Properties

Handle representing stream sequence number/token. Consumer may subscribe to the stream while specifying the start of the subscription sequence token. That means that the stream infrastructure will deliver stream events starting from this sequence token.

EventIndex

abstractgetset
public abstract int EventIndex
Gets the number of events in batch prior to this event

SequenceNumber

abstractgetset
public abstract long SequenceNumber
Gets the number of event batches in stream prior to this event batch