Type Alias PbTableJobType

Source
pub type PbTableJobType = TableJobType;

Aliased Type§

#[repr(i32)]
pub enum PbTableJobType { Unspecified = 0, General = 1, SharedCdcSource = 2, }

Variants§

§

Unspecified = 0

§

General = 1

table streaming jobs excepts the SHARED_CDC_SOURCE type

§

SharedCdcSource = 2

table streaming job sharing a CDC source job