|
Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Options for list and lister operations. More...
#include <data_structure.hpp>
Public Attributes | |
| std::optional< std::size_t > | limit |
| std::optional< std::string > | start_after |
| bool | recursive {false} |
| bool | versions {false} |
| bool | deleted {false} |
Options for list and lister operations.
| bool opendal::ListOptions::deleted {false} |
| std::optional<std::size_t> opendal::ListOptions::limit |
| bool opendal::ListOptions::recursive {false} |
| std::optional<std::string> opendal::ListOptions::start_after |
| bool opendal::ListOptions::versions {false} |