AckdbSegmentBootstrapPageResponse

Properties

all of
Option 2
snapshotCompletebooleanrequired

True once ackDB's durable snapshot is complete after this page commits.

maxSeqintegerrequired

Change-log head captured with this page.

minRetainedSeqintegerrequired

Earliest retained change sequence.

Example

AckdbSegmentBootstrapPageResponse example
{
  "segmentId": "string",
  "entityIds": [
    "string"
  ],
  "nextCursor": "string",
  "hasMore": false,
  "filterHash": "string",
  "limit": 0,
  "snapshotComplete": false,
  "maxSeq": 0,
  "minRetainedSeq": 0
}