Type Alias PbSinkType

Source
pub type PbSinkType = SinkType;

Aliased Type§

#[repr(i32)]
pub enum PbSinkType { Unspecified = 0, AppendOnly = 1, ForceAppendOnly = 2, Upsert = 3, }

Variants§

§

Unspecified = 0

§

AppendOnly = 1

§

ForceAppendOnly = 2

§

Upsert = 3