2 configuration options · available in Rust, Python, Node.js
use opendal::Operator;
let op = Operator::via_iter("foundationdb", [
])?;
use opendal::Operator;
let op = Operator::via_iter("foundationdb", [
// root of the backend.
// ("root".to_string(), "...".to_string()),
// config_path for the backend.
// ("config_path".to_string(), "...".to_string()),
])?;
Every option is passed as a string key; OpenDAL parses it into the right type. Some services may require building the binding with the matching services-* feature enabled.
| Key | Type | Required | Description |
|---|---|---|---|
root | string | no | root of the backend. |
config_path | string | no | config_path for the backend. |