pub type FileBundleRanges = HashMap<u64, Vec<FileChunkRange>>;Expand description
Chunk data information for an RMAN file
Store chunks of a file, grouped by bundle. For each entry in the map, key is the bundle ID and value a list of chunk data ranges.
Aliased Typeยง
pub struct FileBundleRanges { /* private fields */ }