Table of Contents

Class TableAlias

Namespace
Amazon.Util
Assembly
AWSSDK.DynamoDBv2.dll

Single DynamoDB table alias

public class TableAlias
Inheritance
TableAlias
Inherited Members

Constructors

TableAlias()

Initializes an empty TableAlias object

public TableAlias()

TableAlias(string, string)

Initializes a TableAlias object with specific source and destination tables

public TableAlias(string fromTable, string toTable)

Parameters

fromTable string

Source table

toTable string

Destination table

Properties

FromTable

Source table

public string FromTable { get; set; }

Property Value

string

ToTable

Destination table

public string ToTable { get; set; }

Property Value

string