get

open suspend override fun get(key: String, partitionId: String?): 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).