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.

Represents a node in a directed acyclic graph (DAG)

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.CodeGenNode

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

Syntax

C#
public class CodeGenNode

The CodeGenNode type exposes the following members

Constructors

NameDescription
Public Method CodeGenNode()

Properties

NameTypeDescription
Public Property Args System.Collections.Generic.List<Amazon.Glue.Model.CodeGenNodeArg>

Gets and sets the property Args.

Properties of the node, in the form of name-value pairs.

Public Property Id System.String

Gets and sets the property Id.

A node identifier that is unique within the node's graph.

Public Property LineNumber System.Int32

Gets and sets the property LineNumber.

The line number of the node.

Public Property NodeType System.String

Gets and sets the property NodeType.

The type of node that this is.

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