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.

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalyticsV2.Model.RecordColumn

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

Syntax

C#
public class RecordColumn

The RecordColumn type exposes the following members

Constructors

NameDescription
Public Method RecordColumn()

Properties

NameTypeDescription
Public Property Mapping System.String

Gets and sets the property Mapping.

A reference to the data element in the streaming input or the reference data source.

Public Property Name System.String

Gets and sets the property Name.

The name of the column that is created in the in-application input stream or reference table.

Public Property SqlType System.String

Gets and sets the property SqlType.

The type of column created in the in-application input stream or reference table.

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