Enum datafusion::datasource::object_store::ListEntry [−][src]
Expand description
Represents a specific file or a prefix (folder) that may require further resolution
Variants
FileMeta(FileMeta)
Specific file with metadata
Tuple Fields of FileMeta
0: FileMeta
Prefix(String)
Prefix to be further resolved during partition discovery
Tuple Fields of Prefix
0: String