timestreamwrite_create_table: Adds a new table to an existing database in your account

View source: R/timestreamwrite_operations.R

timestreamwrite_create_tableR Documentation

Adds a new table to an existing database in your account

Description

Adds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same database. You might have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. See code sample for details.

See https://www.paws-r-sdk.com/docs/timestreamwrite_create_table/ for full documentation.

Usage

timestreamwrite_create_table(
  DatabaseName,
  TableName,
  RetentionProperties = NULL,
  Tags = NULL,
  MagneticStoreWriteProperties = NULL,
  Schema = NULL
)

Arguments

DatabaseName

[required] The name of the Timestream database.

TableName

[required] The name of the Timestream table.

RetentionProperties

The duration for which your time-series data must be stored in the memory store and the magnetic store.

Tags

A list of key-value pairs to label the table.

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.