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

The result type returned by the metadata-returning write operations. More...

#include <opendal.h>

Public Attributes

struct opendal_metadatameta
 
struct opendal_errorerror
 

Detailed Description

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.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_write::error

The error, if ok, it is null

◆ meta

struct opendal_metadata* opendal_result_write::meta

The metadata of the written object, or null on error.


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