你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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