Write records
async_boto.validation.timestream_write.write_records
WriteRecordsRequest
Bases: BaseModel
Writes a batch of records into a Timestream table.
| ATTRIBUTE | DESCRIPTION |
|---|---|
CommonAttributes |
A record that contains the common measure, dimension, time, and version attributes shared across all the records in the request.
TYPE:
|
DatabaseName |
The name of the Timestream database.
TYPE:
|
Records |
An array of records that contain the unique measure, dimension, time, and version attributes for each time-series data point.
TYPE:
|
TableName |
The name of the Timestream table.
TYPE:
|
CommonAttributes
instance-attribute
CommonAttributes
DatabaseName
instance-attribute
DatabaseName
Records
instance-attribute
Records
TableName
instance-attribute
TableName
WriteRecordsResponse
Bases: BaseModel
The response returned by the service when a WriteRecords action is successful.
| ATTRIBUTE | DESCRIPTION |
|---|---|
RecordsIngested |
Information on the records ingested by this request.
TYPE:
|
RecordsIngested
instance-attribute
RecordsIngested