iceberg-js
Preparing search index...
Snapshot
Interface Snapshot
interface
Snapshot
{
"added-rows"
?:
number
;
"first-row-id"
?:
number
;
"manifest-list"
:
string
;
"parent-snapshot-id"
?:
number
;
"schema-id"
?:
number
;
"sequence-number"
?:
number
;
"snapshot-id"
:
number
;
summary
:
{
operation
:
"append"
|
"replace"
|
"overwrite"
|
"delete"
;
[
key
:
string
]:
string
;
}
;
"timestamp-ms"
:
number
;
}
Index
Properties
added-
rows?
first-
row-
id?
manifest-
list
parent-
snapshot-
id?
schema-
id?
sequence-
number?
snapshot-
id
summary
timestamp-
ms
Properties
Optional
added-
rows
"added-rows"
?:
number
Optional
first-
row-
id
"first-row-id"
?:
number
manifest-
list
"manifest-list"
:
string
Optional
parent-
snapshot-
id
"parent-snapshot-id"
?:
number
Optional
schema-
id
"schema-id"
?:
number
Optional
sequence-
number
"sequence-number"
?:
number
snapshot-
id
"snapshot-id"
:
number
summary
summary
:
{
operation
:
"append"
|
"replace"
|
"overwrite"
|
"delete"
;
[
key
:
string
]:
string
;
}
timestamp-
ms
"timestamp-ms"
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
added-
rows
first-
row-
id
manifest-
list
parent-
snapshot-
id
schema-
id
sequence-
number
snapshot-
id
summary
timestamp-
ms
iceberg-js
Loading...