EventHubPartitionRuntimeInformation Class
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.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET