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

The result type returned by opendal_operator_reader(). The result type for opendal_operator_reader(), the field reader contains the reader of the path, which is an iterator of the objects under the path. the field code represents whether the stat operation is successful. More...

#include <opendal.h>

Public Attributes

struct opendal_readerreader
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_operator_reader(). The result type for opendal_operator_reader(), the field reader contains the reader of the path, which is an iterator of the objects under the path. the field code represents whether the stat operation is successful.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_operator_reader::error

The error, if ok, it is null

◆ reader

struct opendal_reader* opendal_result_operator_reader::reader

The pointer for opendal_reader


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