delete_empty_streams_batch

Function delete_empty_streams_batch 

Source
pub async fn delete_empty_streams_batch(
    lake: &DataLakeConnection,
    expiration: DateTime<Utc>,
) -> Result<bool, Error>
Expand description

Deletes a batch of empty streams from the data lake. Returns true if there are more streams to delete, false otherwise.