pub async fn list_all_epochs(
object_store: Arc<DynObjectStore>,
) -> Result<Vec<(u64, Option<u64>)>>Expand description
Finds all epochs in the store and returns them as a sorted list, paired with each epoch’s start timestamp in ms when its metadata file is present.