Skip to content

BatchContainerBatch Properties

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

BatchContainers

get
View source
[Orleans.Id(2)]
public List<IBatchContainer> BatchContainers
Gets the batch containers comprising this batch

SequenceToken

get
View source
[Orleans.Id(1)]
public StreamSequenceToken SequenceToken
Gets the stream Sequence Token for the start of this batch. Derived from the first batch container in the batch.

StreamId

get
View source
[Orleans.Id(0)]
public StreamId StreamId
Gets the stream identifier for the stream this batch is part of. Derived from the first batch container in the batch.