CachedMessage
struct
Namespace: Orleans.Providers.Streams.Common
This is a tightly packed cached structure containing a queue message. It should only contain value types.
public struct CachedMessageFields
DequeueTimeUtcTime event was read from the queuing system into this cache.EnqueueTimeUtcTime event was written to the queuing system.EventIndexEvent index. Index in batch.SegmentSegment containing the serialized event data.SequenceNumberSequence number. Position of event in queue.StreamIdIdentity of the stream this message is a part of.
