# GeneratedBatchContainer Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/)

## EnqueueTimeUtc {#enqueuetimeutc-7234614c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/properties/enqueuetimeutc-7234614c/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/Generators/GeneratedBatchContainer.cs#L35)

```csharp
[Orleans.Id(2)]
public DateTime EnqueueTimeUtc
```

Gets the enqueue time (UTC).

### Value

The enqueue time (UTC).

## Payload {#payload-ddf4b209}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/properties/payload-ddf4b209/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/Generators/GeneratedBatchContainer.cs#L42)

```csharp
[Orleans.Id(3)]
public object Payload
```

Gets the payload.

### Value

The payload.

## RealToken {#realtoken-5ba8610b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/properties/realtoken-5ba8610b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/Generators/GeneratedBatchContainer.cs#L28)

```csharp
[Orleans.Id(1)]
public EventSequenceTokenV2 RealToken
```

Gets the real token.

### Value

The real token.

## SequenceToken {#sequencetoken-e6e26ed4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/properties/sequencetoken-e6e26ed4/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/Generators/GeneratedBatchContainer.cs#L21)

```csharp
public StreamSequenceToken SequenceToken
```

Ges the stream sequence token for the start of this batch.

## StreamId {#streamid-c18753a2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatedbatchcontainer/properties/streamid-c18753a2/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/Generators/GeneratedBatchContainer.cs#L18)

```csharp
[Orleans.Id(0)]
public StreamId StreamId
```

Ges the stream identifier for the stream this batch is part of.
