Class TriggerPartitionContext
Represents an Event Hub partition, its relative state, and its trigger state.
public class TriggerPartitionContext : PartitionContext
- Inheritance
-
TriggerPartitionContext
Constructors
TriggerPartitionContext(string, string, string, string)
Initializes a new instance of the TriggerPartitionContext class.
public TriggerPartitionContext(string fullyQualifiedNamespace, string eventHubName, string consumerGroup, string partitionId)
Parameters
fullyQualifiedNamespace
stringThe fully qualified Event Hubs namespace this context is associated with.
eventHubName
stringThe name of the Event Hub partition this context is associated with.
consumerGroup
stringThe name of the consumer group this context is associated with.
partitionId
stringThe identifier of the Event Hub partition this context is associated with.
Properties
IsCheckpointingAfterInvocation
Determines whether this partition will checkpoint after this invocation succeeds.
public bool IsCheckpointingAfterInvocation { get; }