pub type PartitionedFileStream = Pin<Box<dyn Stream<Item = Result<PartitionedFile>> + Send + Sync + 'static>>;๐Deprecated since 54.0.0:
This type is unused and will be removed in a future release
Expand description
Stream of files get listed from object store
Aliased Typeยง
pub struct PartitionedFileStream { /* private fields */ }