pub type PbAlterCdcTableBackfillParallelismRequest = AlterCdcTableBackfillParallelismRequest;Aliased Type§
pub struct PbAlterCdcTableBackfillParallelismRequest {
pub table_id: TypedId<1, u32>,
pub parallelism: Option<TableParallelism>,
}Fields§
§table_id: TypedId<1, u32>§parallelism: Option<TableParallelism>