Edit

Share via


CachedEventHubMessage Struct

Definition

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

Applies to