Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
Carries all metadata associated with a path. More...
#include <opendal.h>
Public Attributes | |
void * | inner |
Carries all metadata associated with a path.
The metadata of the "thing" under a path. Please only use the opendal_metadata with our provided API, e.g. opendal_metadata_content_length().
void* opendal_metadata::inner |
The pointer to the opendal::Metadata in the Rust code. Only touch this on judging whether it is NULL.