tiledbsoma.PointCloudDataFrame.context¶
- property PointCloudDataFrame.context: SOMATileDBContext¶
A value storing implementation-specific configuration information.
This contains long-lived (i.e., not call-specific) information that is used by the SOMA implementation to access storage. This may include things like credentials, endpoint locations, or database connections.
End users should treat this as an opaque value. While it may be passed from an existing SOMA object to be used in the creation of a new SOMA object, it should not be inspected.
Lifecycle: maturing