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 reference data source by providing the source information (S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.ReferenceDataSource

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

Syntax

C#
public class ReferenceDataSource

The ReferenceDataSource type exposes the following members

Constructors

NameDescription
Public Method ReferenceDataSource()

Properties

NameTypeDescription
Public Property ReferenceSchema Amazon.KinesisAnalytics.Model.SourceSchema

Gets and sets the property ReferenceSchema.

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.

Public Property S3ReferenceDataSource Amazon.KinesisAnalytics.Model.S3ReferenceDataSource

Gets and sets the property S3ReferenceDataSource.

Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf. An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

Public Property TableName System.String

Gets and sets the property TableName.

Name of the in-application table to create.

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