Modifies the retention duration of the memory store and magnetic store for your Timestream table. Note that the change in retention duration takes effect immediately. For example, if the retention period of the memory store was initially set to 2 hours and then changed to 24 hours, the memory store will be capable of holding 24 hours of data, but will be populated with 24 hours of data 22 hours after this change was made. Timestream does not retrieve data from the magnetic store to populate the memory store.
See https://www.paws-r-sdk.com/docs/timestreamwrite_update_table/ for full documentation.
timestreamwrite_update_table(
DatabaseName,
TableName,
RetentionProperties = NULL,
MagneticStoreWriteProperties = NULL,
Schema = NULL
)
[required] The name of the Timestream database.
[required] The name of the Timestream table.
The retention duration of the memory store and the magnetic store.
Contains properties to set on the table when enabling magnetic store writes.
The schema of the table.