Checkpoint Class

Definition

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)

Creates a new Checkpoint for a particular partition ID.

Checkpoint(String, String, Int64)

Creates a new Checkpoint for a particular partition ID, with the offset and sequence number.

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