risingwave_pb::meta

Type Alias PbThrottleTarget

source
pub type PbThrottleTarget = ThrottleTarget;
Expand description

Alias for ThrottleTarget.

Aliased Type§

enum PbThrottleTarget {
    Unspecified = 0,
    Source = 1,
    Mv = 2,
    TableWithSource = 3,
    CdcTable = 4,
}

Variants§

§

Unspecified = 0

§

Source = 1

§

Mv = 2

§

TableWithSource = 3

§

CdcTable = 4