Values.GetTableRequestSourceReturns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata. To read table metadata using GetTable, the IAM principal needs Select action permissions for the table and the system keyspace.
type nonrec t = {keyspaceName : KeyspaceName.t;The name of the keyspace that the table is stored in.
*)tableName : TableName.t;The name of the table.
*)}