StreamPosition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Properties
SequenceToken |
Position in the stream |
StreamIdentity |
Identity of the stream |