# ItemDelivered Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.itemdelivered/)

## SequenceToken {#sequencetoken-67d0e0c0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.itemdelivered/fields/sequencetoken-67d0e0c0/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Diagnostics/StreamingEvents.cs)

```csharp
public readonly StreamSequenceToken? SequenceToken
```

The sequence token of the delivered item.

## StreamId {#streamid-2aa59ae1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.itemdelivered/fields/streamid-2aa59ae1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Diagnostics/StreamingEvents.cs)

```csharp
public readonly StreamId StreamId
```

The stream ID.

## SubscriptionId {#subscriptionid-9f945bbc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.itemdelivered/fields/subscriptionid-9f945bbc/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Diagnostics/StreamingEvents.cs)

```csharp
public readonly Guid SubscriptionId
```

The subscription ID of the consumer.
