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

The options for the delete operation. More...

#include <opendal.h>

Public Attributes

char * version
 
bool recursive
 

Detailed Description

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.

See also
opendal_operator_delete_with
opendal_delete_options_new
opendal_delete_options_free
opendal_delete_options_set_version
opendal_delete_options_set_recursive

Member Data Documentation

◆ recursive

bool opendal_delete_options::recursive

Whether to delete recursively; default false.

◆ version

char* opendal_delete_options::version

Optional version string to delete a specific version; NULL means unset.


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