Skip to content
Developer Preview

ForkCutPoint

Where a fork cuts the source history. Turn ids are used instead of counts because ids stay stable across compaction and concurrent appends while indices do not.

  • lastTurnId
Source

schema/msp/experimental/msp.schema.json#/types/ForkCutPoint

{
"description": "Where a fork cuts the source history. Turn ids are used\ninstead of counts because ids stay stable across compaction and concurrent\nappends while indices do not.",
"properties": {
"lastTurnId": {
"description": "The last completed turn to copy, inclusive. Naming an in-progress or\nunknown turn fails `forkBoundaryInvalid`.",
"type": "string"
}
},
"required": [
"lastTurnId"
],
"type": "object"
}