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.

An object that references a schema stored in the Glue Schema Registry.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.SchemaReference

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

Syntax

C#
public class SchemaReference

The SchemaReference type exposes the following members

Constructors

NameDescription
Public Method SchemaReference()

Properties

NameTypeDescription
Public Property SchemaId Amazon.Glue.Model.SchemaId

Gets and sets the property SchemaId.

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

Public Property SchemaVersionId System.String

Gets and sets the property SchemaVersionId.

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

Public Property SchemaVersionNumber System.Int64

Gets and sets the property SchemaVersionNumber.

The version number of the schema.

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