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

opendal_list_entry is the entry under a path, which is listed from the opendal_lister More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

opendal_list_entry is the entry under a path, which is listed from the opendal_lister

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

See also
opendal_operator_list()
opendal_list_entry_path()
opendal_list_entry_name()

Member Data Documentation

◆ inner

void* opendal_entry::inner

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


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