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.

Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter:

"name1", "address1"

"name2", "address2"

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.CSVMappingParameters

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

Syntax

C#
public class CSVMappingParameters

The CSVMappingParameters type exposes the following members

Constructors

NameDescription
Public Method CSVMappingParameters()

Properties

NameTypeDescription
Public Property RecordColumnDelimiter System.String

Gets and sets the property RecordColumnDelimiter.

Column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.

Public Property RecordRowDelimiter System.String

Gets and sets the property RecordRowDelimiter.

Row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.

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