Type Alias PbFormatType

Source
pub type PbFormatType = FormatType;

Aliased Type§

#[repr(i32)]
pub enum PbFormatType { Unspecified = 0, Native = 1, Debezium = 2, DebeziumMongo = 3, Maxwell = 4, Canal = 5, Upsert = 6, Plain = 7, None = 8, }

Variants§

§

Unspecified = 0

§

Native = 1

§

Debezium = 2

§

DebeziumMongo = 3

§

Maxwell = 4

§

Canal = 5

§

Upsert = 6

§

Plain = 7

§

None = 8