Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Classes | Enumerations
opendal Namespace Reference

Classes

struct  Metadata
 The metadata of a file or directory. More...
 
struct  Entry
 The entry of a file or directory. More...
 
class  Operator
 Operator is the entry for all public APIs. More...
 
class  Reader
 Reader is designed to read data from the operator. More...
 
class  ReaderStream
 ReaderStream is a stream wrapper of Reader which can provide iostream interface. It will keep a Reader inside so that you can ignore the lifetime of original Reader. More...
 
class  Lister
 Lister is designed to list the entries of a directory. More...
 

Enumerations

enum  EntryMode { FILE = 1 , DIR = 2 , UNKNOWN = 0 }
 The mode of the entry. More...
 

Enumeration Type Documentation

◆ EntryMode

The mode of the entry.

Enumerator
FILE 
DIR 
UNKNOWN