Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Attributes | List of all members
opendal_result_is_exist Struct Reference

The result type returned by opendal_operator_is_exist(). More...

#include <opendal.h>

Public Attributes

bool is_exist
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_operator_is_exist().

The result type for opendal_operator_is_exist(), the field is_exist contains whether the path exists, and the field error contains the corresponding error. If successful, the error field is null.

Note
If the opendal_operator_is_exist() fails, the is_exist field will be set to false.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_is_exist::error

The error, if ok, it is null

◆ is_exist

bool opendal_result_is_exist::is_exist

Whether the path exists


The documentation for this struct was generated from the following file: