다음을 통해 공유


EventData.OffsetString Property

Definition

The offset of the event when it was received from the associated Event Hub partition.

public string OffsetString { get; }
member this.OffsetString : string
Public ReadOnly Property OffsetString As String

Property Value

This value is read-only and will only be populated for events that have been read from Event Hubs. The default value when not populated is null.

Applies to