get

abstract suspend fun get(key: String, partitionId: String? = null): ByteString?

Gets data.

This gets data previously stored with StorageTable.insert.

Returns the stored data or null if there is no data for the given key (including the case when the record has expired).