|
Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by opendal_operator_copier(). More...
#include <opendal.h>
Public Attributes | |
| struct opendal_copier * | copier |
| struct opendal_error * | error |
The result type returned by opendal_operator_copier().
Fields:
copier: the copier used to drive a long-running copy operation by calling opendal_copier_next() repeatedly; only valid when error is null.error: the error of the operation; null when the operation succeeds. | struct opendal_copier* opendal_result_operator_copier::copier |
The pointer for opendal_copier
| struct opendal_error* opendal_result_operator_copier::error |
The error, if ok, it is null