timestreamwrite_describe_table {paws.database} | R Documentation |
Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store
Description
Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store. Service quotas apply. See code sample for details.
See https://www.paws-r-sdk.com/docs/timestreamwrite_describe_table/ for full documentation.
Usage
timestreamwrite_describe_table(DatabaseName, TableName)
Arguments
DatabaseName |
[required] The name of the Timestream database. |
TableName |
[required] The name of the Timestream table. |
[Package paws.database version 0.7.0 Index]