LinkTableRequestSource Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LinkTableRequestSource

public final class LinkTableRequestSource

The LinkTableRequestSource model.

Constructor Summary

Constructor Description
LinkTableRequestSource()

Creates an instance of LinkTableRequestSource class.

Method Summary

Modifier and Type Method and Description
String getSchemaName()

Get the schemaName property: Source table schema name.

String getTableName()

Get the tableName property: Source table table name.

LinkTableRequestSource setSchemaName(String schemaName)

Set the schemaName property: Source table schema name.

LinkTableRequestSource setTableName(String tableName)

Set the tableName property: Source table table name.

Methods inherited from java.lang.Object

Constructor Details

LinkTableRequestSource

public LinkTableRequestSource()

Creates an instance of LinkTableRequestSource class.

Method Details

getSchemaName

public String getSchemaName()

Get the schemaName property: Source table schema name.

Returns:

the schemaName value.

getTableName

public String getTableName()

Get the tableName property: Source table table name.

Returns:

the tableName value.

setSchemaName

public LinkTableRequestSource setSchemaName(String schemaName)

Set the schemaName property: Source table schema name.

Parameters:

schemaName - the schemaName value to set.

Returns:

the LinkTableRequestSource object itself.

setTableName

public LinkTableRequestSource setTableName(String tableName)

Set the tableName property: Source table table name.

Parameters:

tableName - the tableName value to set.

Returns:

the LinkTableRequestSource object itself.

Applies to