tiledbsoma.SOMATileDBContext.tiledb_config¶
- property SOMATileDBContext.tiledb_config: dict[str, str | float]¶
The TileDB configuration dictionary for this SOMA context.
If this
SOMATileDBContextalready 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.Ctxconstructor, including both SOMA defaults and thetiledb_configparameter passed into this object’s constructor.This always returns a fresh dictionary.