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

The result type returned by opendal's read operation. More...

#include <opendal.h>

Public Attributes

struct opendal_bytes data
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal's read operation.

The result type of read operation in opendal C binding, it contains the data that the read operation returns and an NULL error. If the read operation failed, the data fields should be a nullptr and the error is not NULL.

Member Data Documentation

◆ data

struct opendal_bytes opendal_result_read::data

The byte array with length returned by read operations

◆ error

struct opendal_error* opendal_result_read::error

The error, if ok, it is null


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