AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TimestreamWrite.AmazonTimestreamWriteRequest
      Amazon.TimestreamWrite.Model.CreateBatchLoadTaskRequest

Namespace: Amazon.TimestreamWrite.Model
Assembly: AWSSDK.TimestreamWrite.dll
Version: 3.x.y.z

Syntax

C#
public class CreateBatchLoadTaskRequest : AmazonTimestreamWriteRequest
         IAmazonWebServiceRequest

The CreateBatchLoadTaskRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Public Property DataModelConfiguration Amazon.TimestreamWrite.Model.DataModelConfiguration

Gets and sets the property DataModelConfiguration.

Public Property DataSourceConfiguration Amazon.TimestreamWrite.Model.DataSourceConfiguration

Gets and sets the property DataSourceConfiguration.

Defines configuration details about the data source for a batch load task.

Public Property RecordVersion System.Int64

Gets and sets the property RecordVersion.

Public Property ReportConfiguration Amazon.TimestreamWrite.Model.ReportConfiguration

Gets and sets the property ReportConfiguration.

Public Property TargetDatabaseName System.String

Gets and sets the property TargetDatabaseName.

Target Timestream database for a batch load task.

Public Property TargetTableName System.String

Gets and sets the property TargetTableName.

Target Timestream table for a batch load task.

Version Information

.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