pub type PbStreamFsFetch = StreamFsFetch;Aliased Type§
pub struct PbStreamFsFetch {
pub source_id: TypedId<9>,
pub state_table: Option<Table>,
pub row_id_index: Option<u32>,
pub columns: Vec<ColumnCatalog>,
pub with_properties: BTreeMap<String, String>,
pub info: Option<StreamSourceInfo>,
pub source_name: String,
pub rate_limit: Option<u32>,
pub secret_refs: BTreeMap<String, SecretRef>,
pub refresh_mode: Option<SourceRefreshMode>,
pub associated_table_id: Option<TypedId<1>>,
}Fields§
§source_id: TypedId<9>§state_table: Option<Table>§row_id_index: Option<u32>§columns: Vec<ColumnCatalog>§with_properties: BTreeMap<String, String>§info: Option<StreamSourceInfo>§source_name: String§rate_limit: Option<u32>Source rate limit
secret_refs: BTreeMap<String, SecretRef>§refresh_mode: Option<SourceRefreshMode>§associated_table_id: Option<TypedId<1>>