SnapshotAnchor
The compaction boundary an anchored snapshot is anchored at.
Fields and variants
Section titled “Fields and variants”boundaryCursorsummarizedThrough
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"}