iceberg-js
Preparing search index...
UpdateTableRequest
Interface UpdateTableRequest
interface
UpdateTableRequest
{
"partition-spec"
?:
PartitionSpec
;
properties
?:
Record
<
string
,
string
>
;
schema
?:
TableSchema
;
}
Index
Properties
partition-
spec?
properties?
schema?
Properties
Optional
partition-
spec
"partition-spec"
?:
PartitionSpec
Optional
properties
properties
?:
Record
<
string
,
string
>
Optional
schema
schema
?:
TableSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
partition-
spec
properties
schema
iceberg-js
Loading...