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

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

#include <opendal.h>

Public Attributes

struct opendal_listerlister
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_operator_list().

The result type for opendal_operator_list(), the field lister contains the lister of the path, which is an iterator of the objects under the path. the field error represents whether the stat operation is successful. If successful, the error field is null.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_list::error

The error, if ok, it is null

◆ lister

struct opendal_lister* opendal_result_list::lister

The lister, used for further listing operations


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