tiledbsoma.SOMATileDBContext.tiledb_config¶
- property SOMATileDBContext.tiledb_config: dict[str, str | float]¶
The TileDB configuration dictionary for this SOMA context.
If this
SOMATileDBContext
already has atiledb_ctx
, this will return the full set of values from that TileDB Context; otherwise, this will only return the values that will be passed into thetiledb.Ctx
constructor, including both SOMA defaults and thetiledb_config
parameter passed into this object’s constructor.This always returns a fresh dictionary.