PartitionContext Class

Definition

Represents an Event Hub partition and its relative state, as scoped to an associated operation performed against it.

public class PartitionContext
type PartitionContext = class
Public Class PartitionContext
Inheritance
PartitionContext
Derived

Constructors

PartitionContext(String, String, String, String)

Initializes a new instance of the PartitionContext class.

Properties

ConsumerGroup

The name of the consumer group that this context is associated with.

EventHubName

The name of the Event Hub that this context is associated with.

FullyQualifiedNamespace

The fully qualified Event Hubs namespace that this context is associated with.

PartitionId

The identifier of the Event Hub partition this context is associated with.

Methods

ReadLastEnqueuedEventProperties()

A set of information about the last enqueued event of a partition, as observed by the associated EventHubs client associated with this context as events are received from the Event Hubs service. This is only available if the consumer was created with TrackLastEnqueuedEventProperties set.

Applies to