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

The result type returned by opendal_lister_next(). The list entry is the list result of the list operation, the error field is the error code and error message. If the operation succeeds, the error should be NULL. More...

#include <opendal.h>

Public Attributes

struct opendal_entryentry
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_lister_next(). The list entry is the list result of the list operation, the error field is the error code and error message. If the operation succeeds, the error should be NULL.

Note
Please notice if the lister reaches the end, both the list_entry and error will be NULL.

Member Data Documentation

◆ entry

struct opendal_entry* opendal_result_lister_next::entry

The next object name

◆ error

struct opendal_error* opendal_result_lister_next::error

The error, if ok, it is null


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