Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias SnapshotMessage

    type SnapshotMessage = {
        lsn: string;
        operation: "snapshot";
        records: Row[];
        table_ref: [string, string];
        table_schema: RuntimeTableSchema;
    }
    Index

    Properties

    lsn: string
    operation: "snapshot"
    records: Row[]
    table_ref: [string, string]
    table_schema: RuntimeTableSchema