Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
#include <cstdint>
#include <optional>
#include <string>
#include "boost/date_time/posix_time/ptime.hpp"
Go to the source code of this file.
Classes | |
struct | opendal::Metadata |
The metadata of a file or directory. More... | |
struct | opendal::Entry |
The entry of a file or directory. More... | |
Namespaces | |
namespace | opendal |
Enumerations | |
enum class | opendal::EntryMode : int { opendal::FILE = 1 , opendal::DIR = 2 , opendal::UNKNOWN = 0 } |
The mode of the entry. More... | |