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