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

The result type returned by opendal_copier_next(). More...

#include <opendal.h>

Public Attributes

uintptr_t size
 
bool has_next
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_copier_next().

A copy is driven by calling opendal_copier_next() repeatedly: each call performs one step of the copy until the copy reports completion.

Fields:

Member Data Documentation

◆ error

struct opendal_error* opendal_result_copier_next::error

The error, if ok, it is null

◆ has_next

bool opendal_result_copier_next::has_next

Whether the copy operation made progress and should be driven again.

◆ size

uintptr_t opendal_result_copier_next::size

The number of bytes copied in this step.


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