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