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

EventData.SystemPropertiesCollection 类

定义

用于存储由事件中心服务设置的属性的集合。

public sealed class EventData.SystemPropertiesCollection : System.Collections.Generic.Dictionary<string,object>
type EventData.SystemPropertiesCollection = class
    inherit Dictionary<string, obj>
Public NotInheritable Class EventData.SystemPropertiesCollection
Inherits Dictionary(Of String, Object)
继承
EventData.SystemPropertiesCollection

构造函数

EventData.SystemPropertiesCollection(Int64, DateTime, String, String)

构造并初始化新实例。

属性

EnqueuedTimeUtc

获取或设置发送时间的日期和时间(以 UTC 为单位)。

Offset

获取数据相对于事件中心分区流的偏移量。 偏移量是事件中心流中的事件的标记或标识符。 该标识符在事件中心流的分区中是惟一的。

PartitionKey

获取存储 的相应分区的分区键 EventData

SequenceNumber

获取事件中心分区流中事件的逻辑序列号。

适用于