pub type PbSinkType = SinkType;
#[repr(i32)]pub enum PbSinkType { Unspecified = 0, AppendOnly = 1, ForceAppendOnly = 2, Upsert = 3, Retract = 4, }
Deprecated. Use append_only + ignore_delete instead.
append_only
ignore_delete