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 format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.SourceSchema

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

Syntax

C#
public class SourceSchema

The SourceSchema type exposes the following members

Constructors

NameDescription
Public Method SourceSchema()

Properties

NameTypeDescription
Public Property RecordColumns System.Collections.Generic.List<Amazon.KinesisAnalytics.Model.RecordColumn>

Gets and sets the property RecordColumns.

A list of RecordColumn objects.

Public Property RecordEncoding System.String

Gets and sets the property RecordEncoding.

Specifies the encoding of the records in the streaming source. For example, UTF-8.

Public Property RecordFormat Amazon.KinesisAnalytics.Model.RecordFormat

Gets and sets the property RecordFormat.

Specifies the format of the records on the streaming source.

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