Skip to content

BatchContainerBatch

class

Namespace: Orleans.Streams

A batch of batch containers, that if configured (see StreamPullingAgentOptions), will be the data pulled by the PersistenStreamPullingAgent from it's underlying cache
[Orleans.GenerateSerializer]
public sealed class BatchContainerBatch : IBatchContainer, IBatchContainerBatch

Constructors

Properties

  • BatchContainers Gets the batch containers comprising this batch
  • SequenceToken Gets the stream Sequence Token for the start of this batch. Derived from the first batch container in the batch.
  • StreamId Gets the stream identifier for the stream this batch is part of. Derived from the first batch container in the batch.

Methods