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

The configuration for the initialization of opendal_operator. More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

The configuration for the initialization of opendal_operator.

Note
This is also a heap-allocated struct, please free it after you use it
See also
opendal_operator_new has an example of using opendal_operator_options
opendal_operator_options_new This function construct the operator
opendal_operator_options_free This function frees the heap memory of the operator
opendal_operator_options_set This function allow you to set the options

Member Data Documentation

◆ inner

void* opendal_operator_options::inner

The pointer to the HashMap<String, String> in the Rust code. Only touch this on judging whether it is NULL.


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