# StreamPosition Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/)

## SequenceToken {#sequencetoken-8116a22d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/properties/sequencetoken-8116a22d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamPosition.cs#L36)

```csharp
public StreamSequenceToken SequenceToken
```

Gets the position in the stream

## StreamId {#streamid-7d79d143}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamposition/properties/streamid-7d79d143/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamPosition.cs#L31)

```csharp
public StreamId StreamId
```

Gets the identity of the stream
