pub fn table_key(database: &str, table: &str) -> StringExpand description
Internal storage key for a table within a database: database + a unit
separator + table. The separator can never appear in a Timestream
ResourceName, so the key round-trips unambiguously.