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

The result type returned by opendal_reader_seek(). The result type contains a pos field, which is the new position after seek, which is zero on error. The error field is the error code and error message. More...

#include <opendal.h>

Public Attributes

uint64_t pos
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_reader_seek(). The result type contains a pos field, which is the new position after seek, which is zero on error. The error field is the error code and error message.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_reader_seek::error

The error, if ok, it is null

◆ pos

uint64_t opendal_result_reader_seek::pos

New position after seek


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