共用方式為


TriggerPartitionContext Class

Definition

Represents an Event Hub partition, its relative state, and its trigger state.

public class TriggerPartitionContext : Azure.Messaging.EventHubs.Consumer.PartitionContext
type TriggerPartitionContext = class
    inherit PartitionContext
Public Class TriggerPartitionContext
Inherits PartitionContext
Inheritance
TriggerPartitionContext

Constructors

TriggerPartitionContext(String, String, String, String)

Initializes a new instance of the TriggerPartitionContext class.

Properties

ConsumerGroup

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

(Inherited from PartitionContext)
EventHubName

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

(Inherited from PartitionContext)
FullyQualifiedNamespace

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

(Inherited from PartitionContext)
IsCheckpointingAfterInvocation

Determines whether this partition will checkpoint after this invocation succeeds.

PartitionId

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

(Inherited from PartitionContext)

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.

(Inherited from PartitionContext)

Applies to