Show / Hide Table of Contents

Class TableReference

A reference to a Table resource.

Inheritance
object
TableReference
Implements
ITableReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableReference : ITableReference
Syntax (vb)
Public Class TableReference Implements ITableReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Glue;

            var tableReference = new TableReference {
                TableId = "tableId"
            };

Synopsis

Constructors

TableReference()

A reference to a Table resource.

Properties

TableId

The Id of the Table resource.

Constructors

TableReference()

A reference to a Table resource.

public TableReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Glue;

            var tableReference = new TableReference {
                TableId = "tableId"
            };

Properties

TableId

The Id of the Table resource.

public string TableId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITableReference
Back to top Generated by DocFX