EventData.SystemProperties Property

Definition

The set of free-form event properties which were provided by the Event Hubs service to pass metadata associated with the event or associated Event Hubs operation.

public System.Collections.Generic.IReadOnlyDictionary<string,object> SystemProperties { get; }
member this.SystemProperties : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property SystemProperties As IReadOnlyDictionary(Of String, Object)

Property Value

These properties are read-only and will only be populated for events that have been read from Event Hubs. The default value when not populated is an empty set.

Remarks

These properties are only populated for events received from the Event Hubs service. The set is otherwise empty.

Applies to