# BatchContainerBatch

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/QueueAdapters/BatchContainerBatch.cs#L13)

```csharp
[Orleans.GenerateSerializer]
public sealed class BatchContainerBatch : IBatchContainer, IBatchContainerBatch
```

A batch of batch containers, that if configured (see StreamPullingAgentOptions), will be the data pulled by the PersistenStreamPullingAgent from it's underlying cache

## Constructors

- [BatchContainerBatch(List&lt;IBatchContainer&gt;)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/constructors/constructor-system-collections-generic-list-orleans-streams-ibatchcontainer-89a796fb/)

## Properties

- [BatchContainers](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/properties/batchcontainers-5f35c4a5/)
- [SequenceToken](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/properties/sequencetoken-50f0ba27/)
- [StreamId](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/properties/streamid-5e582913/)

## Methods

- [GetEvents](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/methods/getevents-1-aa395b36/)
- [ImportRequestContext](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.batchcontainerbatch/methods/importrequestcontext-47c1a68f/)
