|
Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by the metadata-returning write operations. More...
#include <opendal.h>
Public Attributes | |
| struct opendal_metadata * | meta |
| struct opendal_error * | error |
The result type returned by the metadata-returning write operations.
Returned by opendal_operator_write_with_metadata() and opendal_writer_close_with_metadata(). On success the meta field holds the metadata of the just-written object (e.g. etag, version, last modified) and error is null; on failure meta is null and error is set.
| struct opendal_error* opendal_result_write::error |
The error, if ok, it is null
| struct opendal_metadata* opendal_result_write::meta |
The metadata of the written object, or null on error.