tiledbsoma.Scene.set

Scene.set(key: str, value: CollectionElementType, *, use_relative_uri: bool | None = None) Self

Adds an element to the collection.

Parameters:
  • key – The key of the element to be added.

  • value – The value to be added to this collection.

  • use_relative_uri – By default (None), the collection will determine whether the element should be stored by relative URI. If True, the collection will store the child by absolute URI. If False, the collection will store the child by relative URI.

Raises:

SOMAError – If an existing key is set (replacement is unsupported).

Lifecycle

Maturing.