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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.