pub type PbSyncLogStoreNode = SyncLogStoreNode;Aliased Type§
pub struct PbSyncLogStoreNode {
pub log_store_table: Option<Table>,
pub pause_duration_ms: Option<u32>,
pub buffer_size: Option<u32>,
pub aligned: bool,
}Fields§
§log_store_table: Option<Table>§pause_duration_ms: Option<u32>👎Deprecated
Deprecated. Use the one from StreamingDeveloperConfig instead.
buffer_size: Option<u32>👎Deprecated
Deprecated. Use the one from StreamingDeveloperConfig instead.
aligned: bool