Cuttlefish SDK Reference - v0.1.0
Preparing search index...
@cuttlefish-sync/core
SnapshotMessage
Type Alias SnapshotMessage
type
SnapshotMessage
=
{
lsn
:
string
;
operation
:
"snapshot"
;
records
:
Row
[]
;
table_ref
:
[
string
,
string
]
;
table_schema
:
RuntimeTableSchema
;
}
Index
Properties
lsn
operation
records
table_
ref
table_
schema
Properties
lsn
lsn
:
string
operation
operation
:
"snapshot"
records
records
:
Row
[]
table_
ref
table_ref
:
[
string
,
string
]
table_
schema
table_schema
:
RuntimeTableSchema
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
lsn
operation
records
table_
ref
table_
schema
Cuttlefish SDK Reference - v0.1.0
Loading...