AckdbSegmentBootstrapPageResponse
Properties
all of
Option 1
Option 2
snapshotCompletebooleanrequiredTrue once ackDB's durable snapshot is complete after this page commits.
maxSeqintegerrequiredChange-log head captured with this page.
minRetainedSeqintegerrequiredEarliest retained change sequence.
Example
AckdbSegmentBootstrapPageResponse example
{
"segmentId": "string",
"entityIds": [
"string"
],
"nextCursor": "string",
"hasMore": false,
"filterHash": "string",
"limit": 0,
"snapshotComplete": false,
"maxSeq": 0,
"minRetainedSeq": 0
}