A file path with an optional known size in bytes. More...
#include <types.hpp>
Public Attributes | |
| std::string | path |
| Path or URL of the input file. | |
| std::optional< std::size_t > | size {} |
| Known file size; omit to query size at open time. | |
A file path with an optional known size in bytes.
When size is set for a remote URL, the IO backend may skip querying the remote server for file size at open time.
Definition at line 320 of file io/types.hpp.