|
Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The options for the delete operation. More...
#include <opendal.h>
Public Attributes | |
| char * | version |
| bool | recursive |
The options for the delete operation.
This struct carries the options for the delete operation, including an optional version string and whether to delete recursively. Use opendal_delete_options_new() to construct and opendal_delete_options_free() to free.
| bool opendal_delete_options::recursive |
Whether to delete recursively; default false.
| char* opendal_delete_options::version |
Optional version string to delete a specific version; NULL means unset.