Skip to main content

PersistenceFlushedResponse

Type Alias PersistenceFlushedResponse 

Source
pub type PersistenceFlushedResponse = PersistenceFlushedResponse;

Aliased Type§

pub struct PersistenceFlushedResponse {
    pub key: String,
    pub committed_bytes: u64,
}

Fields§

§key: String§committed_bytes: u64