Class ReceiverRuntimeInfo
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Represents the approximate receiver runtime information for a logical partition of an Event Hub.
public class ReceiverRuntimeInfo
- Inheritance
-
ReceiverRuntimeInfo
- Inherited Members
Constructors
ReceiverRuntimeInfo()
public ReceiverRuntimeInfo()
Properties
LastEnqueuedOffset
Gets the offset of the last enqueued event.
public string LastEnqueuedOffset { get; }
Property Value
- string
The offset of the last enqueued event.
LastEnqueuedTimeUtc
Gets the enqueued UTC time of the last event.
public DateTime LastEnqueuedTimeUtc { get; }
Property Value
- DateTime
The enqueued time of the last event.
LastSequenceNumber
Gets the last sequence number of the event within the partition stream of the Event Hub.
public long LastSequenceNumber { get; }
Property Value
- long
The logical sequence number of the event.
PartitionId
Gets the partition ID for a logical partition of an Event Hub.
public string PartitionId { get; }
Property Value
- string
The partition identifier.
RetrievalTime
Gets the time of when the runtime info was retrieved.
public DateTime RetrievalTime { get; }
Property Value
- DateTime
The enqueued time of the last event.