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

BlockingLister is designed to list entries at given path in a blocking manner. More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

BlockingLister is designed to list entries at given path in a blocking manner.

Users can construct Lister by blocking_list or blocking_scan(currently not supported in C binding)

For examples, please see the comment section of opendal_operator_list()

See also
opendal_operator_list()

Member Data Documentation

◆ inner

void* opendal_lister::inner

The pointer to the opendal::BlockingLister in the Rust code. Only touch this on judging whether it is NULL.


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