LinkTableRequestTarget Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkTableRequestTarget
- com.
Implements
public final class LinkTableRequestTarget
implements JsonSerializable<LinkTableRequestTarget>
The LinkTableRequestTarget model.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkTableRequestTarget() |
Creates an instance of Link |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Link |
fromJson(JsonReader jsonReader)
Reads an instance of Link |
|
Link |
getDistributionOptions()
Get the distribution |
| String |
getSchemaName()
Get the schema |
|
Link |
getStructureOptions()
Get the structure |
| String |
getTableName()
Get the table |
|
Link |
setDistributionOptions(LinkTableRequestTargetDistributionOptions distributionOptions)
Set the distribution |
|
Link |
setSchemaName(String schemaName)
Set the schema |
|
Link |
setStructureOptions(LinkTableRequestTargetStructureOptions structureOptions)
Set the structure |
|
Link |
setTableName(String tableName)
Set the table |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
LinkTableRequestTarget
public LinkTableRequestTarget()
Creates an instance of LinkTableRequestTarget class.
Method Details
fromJson
public static LinkTableRequestTarget fromJson(JsonReader jsonReader)
Reads an instance of LinkTableRequestTarget from the JsonReader.
Parameters:
Returns:
Throws:
getDistributionOptions
public LinkTableRequestTargetDistributionOptions getDistributionOptions()
Get the distributionOptions property: Target table distribution options for link table request.
Returns:
getSchemaName
public String getSchemaName()
Get the schemaName property: Target table schema name.
Returns:
getStructureOptions
public LinkTableRequestTargetStructureOptions getStructureOptions()
Get the structureOptions property: Target table structure options for link table request.
Returns:
getTableName
public String getTableName()
Get the tableName property: Target table table name.
Returns:
setDistributionOptions
public LinkTableRequestTarget setDistributionOptions(LinkTableRequestTargetDistributionOptions distributionOptions)
Set the distributionOptions property: Target table distribution options for link table request.
Parameters:
Returns:
setSchemaName
public LinkTableRequestTarget setSchemaName(String schemaName)
Set the schemaName property: Target table schema name.
Parameters:
Returns:
setStructureOptions
public LinkTableRequestTarget setStructureOptions(LinkTableRequestTargetStructureOptions structureOptions)
Set the structureOptions property: Target table structure options for link table request.
Parameters:
Returns:
setTableName
public LinkTableRequestTarget setTableName(String tableName)
Set the tableName property: Target table table name.
Parameters:
Returns: