PbThrottleType

Type Alias PbThrottleType 

Source
pub type PbThrottleType = ThrottleType;

Aliased Type§

#[repr(i32)]
pub enum PbThrottleType { Unspecified = 0, Dml = 1, Backfill = 2, Source = 3, Sink = 4, }

Variants§

§

Unspecified = 0

§

Dml = 1

§

Backfill = 2

§

Source = 3

§

Sink = 4