# StreamPosition

Package: [Microsoft.Orleans.Streaming](/orleans/docs/api/csharp/microsoft.orleans.streaming/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamPosition.cs#L11)

```csharp
public class StreamPosition
```

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.

## Constructors

- [StreamPosition(StreamId, StreamSequenceToken)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/constructors/constructor-orleans-runtime-streamid-orleans-streams-streamsequencetoken-8bc4ef31/)

## Properties

- [SequenceToken](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/properties/sequencetoken-8116a22d/)
- [StreamId](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/properties/streamid-7d79d143/)
