Skip to content

EventHubBatchContainer

class

Namespace: Orleans.Streaming.EventHubs

Batch container that is delivers payload and stream position information for a set of events in an EventHub EventData.
[Orleans.GenerateSerializer]
public class EventHubBatchContainer : IBatchContainer

Constructors

Properties

  • SequenceToken Stream Sequence Token for the start of this batch.
  • StreamId Stream identifier for the stream this batch is part of.

Methods