EventHubMessage
class
Namespace: Orleans.Streaming.EventHubs
Replication of EventHub EventData class, reconstructed from cached data CachedEventHubMessage
[Orleans.GenerateSerializer]public class EventHubMessageConstructors
EventHubMessage(CachedMessage, Serializer)Duplicate of EventHub's EventData class.EventHubMessage(StreamId, string, string, long, DateTime, DateTime, IDictionary<string, object>, byte[])Constructor
Properties
DequeueTimeUtcTime event was read from EventHub and added to cacheEnqueueTimeUtcTime event was written to EventHubOffsetOffset into EventHub partitionPartitionKeyEventHub partition keyPayloadBinary event dataPropertiesUser EventData propertiesSequenceNumberSequence number in EventHub partitionStreamIdStream identifier
