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

Carries all metadata associated with a path. More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

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().

Note
The metadata is also heap-allocated, please call opendal_metadata_free() on this to free the heap memory.
See also
opendal_metadata_free

Member Data Documentation

◆ inner

void* opendal_metadata::inner

The pointer to the opendal::Metadata in the Rust code. Only touch this on judging whether it is NULL.


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