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.

Data model for a batch load task.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamWrite.Model.DataModel

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

Syntax

C#
public class DataModel

The DataModel type exposes the following members

Constructors

NameDescription
Public Method DataModel()

Properties

NameTypeDescription
Public Property DimensionMappings System.Collections.Generic.List<Amazon.TimestreamWrite.Model.DimensionMapping>

Gets and sets the property DimensionMappings.

Source to target mappings for dimensions.

Public Property MeasureNameColumn System.String

Gets and sets the property MeasureNameColumn.

Public Property MixedMeasureMappings System.Collections.Generic.List<Amazon.TimestreamWrite.Model.MixedMeasureMapping>

Gets and sets the property MixedMeasureMappings.

Source to target mappings for measures.

Public Property MultiMeasureMappings Amazon.TimestreamWrite.Model.MultiMeasureMappings

Gets and sets the property MultiMeasureMappings.

Source to target mappings for multi-measure records.

Public Property TimeColumn System.String

Gets and sets the property TimeColumn.

Source column to be mapped to time.

Public Property TimeUnit Amazon.TimestreamWrite.TimeUnit

Gets and sets the property TimeUnit.

The granularity of the timestamp unit. It indicates if the time value is in seconds, milliseconds, nanoseconds, or other supported values. Default is MILLISECONDS.

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