# EventHubBatchContainer Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubbatchcontainer/)

## SequenceToken {#sequencetoken-9a61c9ce}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubbatchcontainer/properties/sequencetoken-9a61c9ce/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubBatchContainer.cs#L40)

```csharp
public StreamSequenceToken SequenceToken
```

Stream Sequence Token for the start of this batch.

## StreamId {#streamid-7a412a42}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubbatchcontainer/properties/streamid-7a412a42/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubBatchContainer.cs#L35)

```csharp
public StreamId StreamId
```

Stream identifier for the stream this batch is part of.
