AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateBatchLoadTask operation.
Creates a new Timestream batch load task. A batch load task processes data from a
CSV source in an S3 location and writes to a Timestream table. A mapping from source
to target is defined in a batch load task. Errors and events are written to a report
at an S3 location. For the report, if the KMS key is not specified, the report will
be encrypted with an S3 managed key when SSE_S3
is the option. Otherwise an
error is thrown. For more information, see Amazon
Web Services managed keys. Service
quotas apply. For details, see code
sample.
Namespace: Amazon.TimestreamWrite.Model
Assembly: AWSSDK.TimestreamWrite.dll
Version: 3.x.y.z
public class CreateBatchLoadTaskRequest : AmazonTimestreamWriteRequest IAmazonWebServiceRequest
The CreateBatchLoadTaskRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateBatchLoadTaskRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken. |
![]() |
DataModelConfiguration | Amazon.TimestreamWrite.Model.DataModelConfiguration |
Gets and sets the property DataModelConfiguration. |
![]() |
DataSourceConfiguration | Amazon.TimestreamWrite.Model.DataSourceConfiguration |
Gets and sets the property DataSourceConfiguration. Defines configuration details about the data source for a batch load task. |
![]() |
RecordVersion | System.Int64 |
Gets and sets the property RecordVersion. |
![]() |
ReportConfiguration | Amazon.TimestreamWrite.Model.ReportConfiguration |
Gets and sets the property ReportConfiguration. |
![]() |
TargetDatabaseName | System.String |
Gets and sets the property TargetDatabaseName. Target Timestream database for a batch load task. |
![]() |
TargetTableName | System.String |
Gets and sets the property TargetTableName. Target Timestream table for a batch load task. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5