pub type PbThrottleTarget = ThrottleTarget;
Expand description
Alias for ThrottleTarget
.
Aliased Type§
enum PbThrottleTarget {
Unspecified = 0,
Source = 1,
Mv = 2,
TableWithSource = 3,
CdcTable = 4,
TableDml = 5,
Sink = 6,
}