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

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

#include <opendal.h>

Public Attributes

struct opendal_metadatameta
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_operator_stat().

The result type for opendal_operator_stat(), the field meta contains the metadata of the path, the field error represents whether the stat operation is successful. If successful, the error field is null.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_stat::error

The error, if ok, it is null

◆ meta

struct opendal_metadata* opendal_result_stat::meta

The metadata output of the stat


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