Skip to content

Tracking issues for migrating C bindings to RFC-6213 Options API #7105

@bettermultiply

Description

@bettermultiply

Following RFC-6213 (#6213), OpenDAL has introduced a new options-based API pattern to replace the builder pattern for operations (e.g. write_with().append(true)). The new approach simplifies cross language binding parity for capabilities and supported options across all language bindings!

The following Options need to be added or migrated to use this new API in the C bindings:

  • WriteOptions: (partially added)

  • ReadOptions (not implemented)

  • StatOptions (not implemented)

  • DeleteOptions (not implemented)

  • ListOptions (not implemented)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions