pub type PbIngestDmlInitRequest = IngestDmlInitRequest;Aliased Type§
pub struct PbIngestDmlInitRequest {
pub table_id: TypedId<0, u32>,
pub table_version_id: u64,
pub request_id: u32,
pub row_id_index: Option<u32>,
}Fields§
§table_id: TypedId<0, u32>Id of the table to perform DML on.
table_version_id: u64Version of the table.
request_id: u32Used to select the DML channel (same as request_id in FastInsertRequest).
row_id_index: Option<u32>Same as row_id_index in FastInsertRequest.