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.

Contains the introspected data that was retrieved from the data source.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.DataSourceIntrospectionModel

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

Syntax

C#
public class DataSourceIntrospectionModel

The DataSourceIntrospectionModel type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Fields System.Collections.Generic.List<Amazon.AppSync.Model.DataSourceIntrospectionModelField>

Gets and sets the property Fields.

The DataSourceIntrospectionModelField object data.

Public Property Indexes System.Collections.Generic.List<Amazon.AppSync.Model.DataSourceIntrospectionModelIndex>

Gets and sets the property Indexes.

The array of DataSourceIntrospectionModelIndex objects.

Public Property Name System.String

Gets and sets the property Name.

The name of the model. For example, this could be the name of a single table in a database.

Public Property PrimaryKey Amazon.AppSync.Model.DataSourceIntrospectionModelIndex

Gets and sets the property PrimaryKey.

The primary key stored as a DataSourceIntrospectionModelIndex object.

Public Property Sdl System.String

Gets and sets the property Sdl.

Contains the output of the SDL that was generated from the introspected types. This is controlled by the includeModelsSDL parameter of the GetDataSourceIntrospection operation.

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