Skip to main content

foundationdb

2 configuration options · available in Rust, Python, Node.js

Quick start
use opendal::Operator;

let op = Operator::via_iter("foundationdb", [
])?;
All configuration options (copy & trim)
Full reference
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.

Configuration reference

General2
KeyTypeRequiredDescription
rootstringnoroot of the backend.
config_pathstringnoconfig_path for the backend.