EventHubPartitionRuntimeInformation Class

Definition

Contains information regarding an event hub partition.

public class EventHubPartitionRuntimeInformation
type EventHubPartitionRuntimeInformation = class
Public Class EventHubPartitionRuntimeInformation
Inheritance
EventHubPartitionRuntimeInformation

Constructors

EventHubPartitionRuntimeInformation()

Properties

BeginSequenceNumber

Gets the begin sequence number.

IsEmpty

Gets whether partition is empty or not.

LastEnqueuedOffset

Gets the offset of the last enqueued event.

LastEnqueuedSequenceNumber

Gets the end sequence number.

LastEnqueuedTimeUtc

Gets the enqueued UTC time of the last event.

PartitionId

Gets the partition ID for a logical partition of an Event Hub.

Path

Gets the path of the event hub.

Applies to