getTable

open suspend override fun getTable(spec: StorageTableSpec): StorageTable

Get the table with specific name and features.

In order to avoid situation where several parts of the app define a table with the same name, this method throws IllegalArgumentException when there are multiple StorageTableSpec objects that define a table with the same name.