Table of Contents

Class PartitionRuntimeInformation

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Represents the approximate runtime information for a logical partition of an Event Hub.

public class PartitionRuntimeInformation
Inheritance
PartitionRuntimeInformation
Inherited Members

Constructors

PartitionRuntimeInformation()

public PartitionRuntimeInformation()

Properties

BeginSequenceNumber

Gets the begin sequence number.

public long BeginSequenceNumber { get; }

Property Value

long

The begin sequence number.

EventHubPath

Gets the path of the event hub.

public string EventHubPath { get; }

Property Value

string

The path of the event hub.

LastEnqueuedOffset

Gets the offset of the last enqueued event.

public string LastEnqueuedOffset { get; }

Property Value

string

The offset of the last enqueued event.

LastEnqueuedSequenceNumber

Gets the end sequence number.

public long LastEnqueuedSequenceNumber { get; }

Property Value

long

The end sequence number.

LastEnqueuedTimeUtc

Gets the enqueued UTC time of the last event.

public DateTime LastEnqueuedTimeUtc { get; }

Property Value

DateTime

The enqueued time of the last event.

PartitionId

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

public string PartitionId { get; }

Property Value

string

The partition identifier.