Creates a new PartitionContext.
The eventhub partition id.
The lease object.
Writes the current offset and sequenceNumber to the checkpoint store via the checkpoint manager.
The checkpoint data is structured as a JSON payload (example):
{ "partitionId":"0","owner":"ephtest","token":"48e209e3-55f0-41b8-a8dd-d9c09ff6c35a",
"epoch":1,"offset":"","SequenceNumber":0 }
.
Writes the current offset and sequenceNumber to the checkpoint store via the checkpoint manager.
The checkpoint data is structured as a JSON payload (example):
{ "partitionId":"0","owner":"ephtest","token":"48e209e3-55f0-41b8-a8dd-d9c09ff6c35a",
"epoch":1,"offset":"","SequenceNumber":0 }
.
The event data received from the EventHubReceiver.
Sets the offset and sequence number of the partition context from the provided EventData.
The event data received
from the EventHubReceiver.
Generated using TypeDoc
Describes the Partition Context.
PartitionContext