CheckpointPosition(String, Int64) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET