timestreamwrite_update_table: Modifies the retention duration of the memory store and...

View source: R/timestreamwrite_operations.R

timestreamwrite_update_tableR Documentation

Modifies the retention duration of the memory store and magnetic store for your Timestream table

Description

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.

Usage

timestreamwrite_update_table(
  DatabaseName,
  TableName,
  RetentionProperties = NULL,
  MagneticStoreWriteProperties = NULL,
  Schema = NULL
)

Arguments

DatabaseName

[required] The name of the Timestream database.

TableName

[required] The name of the Timestream table.

RetentionProperties

The retention duration of the memory store and the magnetic store.

MagneticStoreWriteProperties

Contains properties to set on the table when enabling magnetic store writes.

Schema

The schema of the table.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.