Apache OpenDAL™ C Binding
The C binding for Apache OpenDAL™
|
The result type returned by opendal_operator_exists(). More...
#include <opendal.h>
Public Attributes | |
bool | exists |
struct opendal_error * | error |
The result type returned by opendal_operator_exists().
The result type for opendal_operator_exists(), the field exists
contains whether the path exists, and the field error
contains the corresponding error. If successful, the error
field is null.
exists
field will be set to false. struct opendal_error* opendal_result_exists::error |
The error, if ok, it is null
bool opendal_result_exists::exists |
Whether the path exists