Skip to content
Developer Preview

SnapshotAnchor

The compaction boundary an anchored snapshot is anchored at.

  • boundaryCursor
  • summarizedThrough
Source

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

{
"description": "The compaction boundary an anchored snapshot is anchored at.",
"properties": {
"boundaryCursor": {
"description": "The view cursor of the boundary's `compaction` event.",
"type": "string"
},
"summarizedThrough": {
"description": "The boundary's opaque compaction anchor.",
"type": "string"
}
},
"required": [
"boundaryCursor",
"summarizedThrough"
],
"type": "object"
}