EventData.SystemProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.