Checkpoint Class
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.
The context object used to preserve state in the stream.
public class Checkpoint
type Checkpoint = class
Public Class Checkpoint
- Inheritance
-
Checkpoint
Constructors
Checkpoint(Checkpoint) |
Creates a new Checkpoint from an existing checkpoint. |
Checkpoint(String, String, Int64) |
Creates a new Checkpoint for a particular partition ID, with the offset and sequence number. |
Checkpoint(String) |
Creates a new Checkpoint for a particular partition ID. |
Properties
Offset |
Gets or sets the offset of the last processed EventData. |
PartitionId |
Gets the partition ID for the corresponding checkpoint. |
SequenceNumber |
Gets or sets the sequence number of the last processed EventData. |
Applies to
Azure SDK for .NET