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.

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.KinesisAnalytics.Model.RecordColumn

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.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.

Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.

Public Property Name System.String

Gets and sets the property Name.

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

Public Property SqlType System.String

Gets and sets the property SqlType.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5