PbCreateIcebergTableRequest

Type Alias PbCreateIcebergTableRequest 

Source
pub type PbCreateIcebergTableRequest = CreateIcebergTableRequest;

Aliased Type§

pub struct PbCreateIcebergTableRequest {
    pub table_info: Option<TableJobInfo>,
    pub sink_info: Option<SinkJobInfo>,
    pub iceberg_source: Option<Source>,
    pub if_not_exists: bool,
}

Fields§

§table_info: Option<TableJobInfo>§sink_info: Option<SinkJobInfo>§iceberg_source: Option<Source>§if_not_exists: bool