CachedEventHubMessage Struct
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.
This is a tightly packed cached structure containing an event hub message.
It should only contain value types.
public struct CachedEventHubMessage
type CachedEventHubMessage = struct
Public Structure CachedEventHubMessage
- Inheritance
-
CachedEventHubMessage
Fields
DequeueTimeUtc |
Time event was read from EventHub into this cache |
EnqueueTimeUtc |
Time event was writen to EventHub |
Segment |
Segment containing the serialized event data |
SequenceNumber |
EventHub sequence number. Position of event in partition |
StreamGuid |
Guid of streamId this event is part of |