Apache OpenDAL™ C Binding
The C binding for Apache OpenDAL™
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
opendal_result_exists Struct Reference

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

#include <opendal.h>

Public Attributes

bool exists
 
struct opendal_errorerror
 

Detailed Description

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.

Note
If the opendal_operator_exists() fails, the exists field will be set to false.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_exists::error

The error, if ok, it is null

◆ exists

bool opendal_result_exists::exists

Whether the path exists


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