| Apache OpenDALâ„¢ C Binding
    The C binding for Apache OpenDALâ„¢ | 
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_error * | error | 
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.
| struct opendal_error* opendal_result_reader_seek::error | 
The error, if ok, it is null
| uint64_t opendal_result_reader_seek::pos | 
New position after seek