PbInjectSourceOffsetsMutation

Type Alias PbInjectSourceOffsetsMutation 

Source
pub type PbInjectSourceOffsetsMutation = InjectSourceOffsetsMutation;

Aliased Type§

pub struct PbInjectSourceOffsetsMutation {
    pub source_id: u32,
    pub split_offsets: HashMap<String, String>,
}

Fields§

§source_id: u32

Source ID to inject offsets for

§split_offsets: HashMap<String, String>

Split ID -> offset (JSON-encoded based on connector type)