IBatchContainerBatch Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A batch of queue messages (see IBatchContainer for description of batch contents)
public interface IBatchContainerBatch : Orleans.Streams.IBatchContainer
type IBatchContainerBatch = interface
interface IBatchContainer
Public Interface IBatchContainerBatch
Implements IBatchContainer
- Derived
- Implements
Properties
BatchContainers |
Gets the batch containers comprising this batch |
SequenceToken |
Ges the stream sequence token for the start of this batch. (Inherited from IBatchContainer) |
StreamGuid |
Stream identifier for the stream this batch is part of. (Inherited from IBatchContainer) |
StreamId |
Ges the stream identifier for the stream this batch is part of. (Inherited from IBatchContainer) |
StreamNamespace |
Stream namespace for the stream this batch is part of. (Inherited from IBatchContainer) |
Methods
GetEvents<T>() |
Gets events of a specific type from the batch. (Inherited from IBatchContainer) |
ImportRequestContext() |
Gives an opportunity to IBatchContainer to set any data in the RequestContext before this IBatchContainer is sent to consumers. It can be the data that was set at the time event was generated and enqueued into the persistent provider or any other data. (Inherited from IBatchContainer) |
ShouldDeliver(IStreamIdentity, Object, StreamFilterPredicate) |
Decide whether this batch should be sent to the specified target. (Inherited from IBatchContainer) |