|
Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The options for the list operation. More...
#include <opendal.h>
Public Attributes | |
| bool | recursive |
| uintptr_t | limit |
| char * | start_after |
The options for the list operation.
This struct carries the options for the list operation, including whether to list recursively, an optional result limit, and an optional start-after key. Use opendal_list_options_new() to construct and opendal_list_options_free() to free.
| uintptr_t opendal_list_options::limit |
Optional hint for maximum results per request; 0 means unset.
| bool opendal_list_options::recursive |
Whether to list recursively under the prefix; default false.
| char* opendal_list_options::start_after |
Optional key to start listing from; NULL means unset.