iceberg-js
    Preparing search index...

    Interface CreateTableRequest

    interface CreateTableRequest {
        name: string;
        "partition-spec"?: PartitionSpec;
        properties?: Record<string, string>;
        schema: TableSchema;
        "stage-create"?: boolean;
        "write-order"?: SortOrder;
    }
    Index

    Properties

    name: string
    "partition-spec"?: PartitionSpec
    properties?: Record<string, string>
    schema: TableSchema
    "stage-create"?: boolean
    "write-order"?: SortOrder