EventData.SystemPropertiesCollection Class

Definition

A collection used to store properties which are set by the Event Hubs service.

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)
Inheritance
EventData.SystemPropertiesCollection

Constructors

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

Construct and initialize a new instance.

Properties

EnqueuedTimeUtc

Gets or sets the date and time of the sent time in UTC.

Offset

Gets the offset of the data relative to the Event Hub partition stream. The offset is a marker or identifier for an event within the Event Hubs stream. The identifier is unique within a partition of the Event Hubs stream.

PartitionKey

Gets the partition key of the corresponding partition that stored the EventData

SequenceNumber

Gets the logical sequence number of the event within the partition stream of the Event Hub.

Applies to