StreamPosition Class

Definition

Stream position uniquely identifies the position of an event in a stream. If acquiring a stream position for a batch of events, the stream position will be of the first event in the batch.

public class StreamPosition
type StreamPosition = class
Public Class StreamPosition
Inheritance
StreamPosition

Constructors

StreamPosition(IStreamIdentity, StreamSequenceToken)

Stream position consists of the stream identity and the sequence token

StreamPosition(StreamId, StreamSequenceToken)

Stream position consists of the stream identity and the sequence token

Properties

SequenceToken

Gets the position in the stream

StreamId

Gets the identity of the stream

StreamIdentity

Identity of the stream

Applies to