The Candid Startup
    Preparing search index...

    Value of a snapshot stored at a specific sequence id in the log

    interface SnapshotValue {
        blobId: string;
        sequenceId: bigint;
    }
    Index

    Properties

    Properties

    blobId: string

    Content of snapshot in the BlobStore

    sequenceId: bigint

    Sequence id of log entry that stores this snapshot