Sdílet prostřednictvím


CheckpointPosition(String, Int64) Constructor

Definition

Initializes a new instance of the CheckpointPosition struct.

public CheckpointPosition (string offset, long sequenceNumber = -9223372036854775808);
new Azure.Messaging.EventHubs.Processor.CheckpointPosition : string * int64 -> Azure.Messaging.EventHubs.Processor.CheckpointPosition
Public Sub New (offset As String, Optional sequenceNumber As Long = -9223372036854775808)

Parameters

offset
String

The offset to associate with the checkpoint. This indicates that a processor should begin reading from the next event in the stream.

sequenceNumber
Int64

The sequence number to associate with the checkpoint. This is used as informational metadata.

Applies to