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 a tiledb_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 the tiledb.Ctx constructor, including both SOMA defaults and the tiledb_config parameter passed into this object’s constructor.

This always returns a fresh dictionary.