Type Alias PbDropSinkRequest

Source
pub type PbDropSinkRequest = DropSinkRequest;

Aliased Type§

struct PbDropSinkRequest {
    pub sink_id: u32,
    pub cascade: bool,
    pub affected_table_change: Option<ReplaceJobPlan>,
}

Fields§

§sink_id: u32§cascade: bool§affected_table_change: Option<ReplaceJobPlan>