risingwave_pb::connector_service

Type Alias PbValidateSourceRequest

source
pub type PbValidateSourceRequest = ValidateSourceRequest;
Expand description

Aliased Type§

struct PbValidateSourceRequest {
    pub source_id: u64,
    pub source_type: i32,
    pub properties: BTreeMap<String, String>,
    pub table_schema: Option<TableSchema>,
    pub is_source_job: bool,
    pub is_backfill_table: bool,
}

Fields§

§source_id: u64§source_type: i32§properties: BTreeMap<String, String>§table_schema: Option<TableSchema>§is_source_job: bool§is_backfill_table: bool