Name of the database to retrieve the row from.
Name of the table to retrieve the row from.
Row key of the row to retrieve.
Single row from the raw database table with the specified rowKey.
await client.raw.retrieveRow('My company', 'Customers', 'customer1');
{"key": "string","columns": { },"lastUpdatedTime": 1730204346000}