pub type PbSinkParam = SinkParam;Aliased Type§
pub struct PbSinkParam {
pub sink_id: TypedId<7, u32>,
pub properties: BTreeMap<String, String>,
pub table_schema: Option<TableSchema>,
pub sink_type: i32,
pub db_name: String,
pub sink_from_name: String,
pub format_desc: Option<SinkFormatDesc>,
pub sink_name: String,
pub raw_ignore_delete: bool,
}Fields§
§sink_id: TypedId<7, u32>§properties: BTreeMap<String, String>§table_schema: Option<TableSchema>§sink_type: i32to be deprecated
db_name: String§sink_from_name: String§format_desc: Option<SinkFormatDesc>§sink_name: String§raw_ignore_delete: boolBackward-compatible replacement for SINK_TYPE_FORCE_APPEND_ONLY.
Should not directly access this field. Use method ignore_delete() instead.