Skip to content

IBatchContainer

interface

Namespace: Orleans.Streams

Each queue message is allowed to be a heterogeneous, ordered set of events. IBatchContainer contains these events and allows users to query the batch for a specific type of event.
public interface IBatchContainer

Properties

  • SequenceToken Ges the stream sequence token for the start of this batch.
  • StreamId Ges the stream identifier for the stream this batch is part of.

Methods