AzureSqlTableDataset Class

public class AzureSqlTableDataset
extends Dataset

The Azure SQL Server database dataset.

Constructor Summary

Constructor Description
AzureSqlTableDataset()

Creates an instance of AzureSqlTableDataset class.

Method Summary

Modifier and Type Method and Description
Object getSchemaTypePropertiesSchema()

Get the schemaTypePropertiesSchema property: The schema name of the Azure SQL database.

Object getTable()

Get the table property: The table name of the Azure SQL database.

Object getTableName()

Get the tableName property: This property will be retired.

AzureSqlTableDataset setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the Dataset.

AzureSqlTableDataset setDescription(String description)

Set the description property: Dataset description.

AzureSqlTableDataset setFolder(DatasetFolder folder)

Set the folder property: The folder that this Dataset is in.

AzureSqlTableDataset setLinkedServiceName(LinkedServiceReference linkedServiceName)

Set the linkedServiceName property: Linked service reference.

AzureSqlTableDataset setParameters(Map<String,ParameterSpecification> parameters)

Set the parameters property: Parameters for dataset.

AzureSqlTableDataset setSchema(Object schema)

Set the schema property: Columns that define the physical type schema of the dataset.

AzureSqlTableDataset setSchemaTypePropertiesSchema(Object schemaTypePropertiesSchema)

Set the schemaTypePropertiesSchema property: The schema name of the Azure SQL database.

AzureSqlTableDataset setStructure(Object structure)

Set the structure property: Columns that define the structure of the dataset.

AzureSqlTableDataset setTable(Object table)

Set the table property: The table name of the Azure SQL database.

AzureSqlTableDataset setTableName(Object tableName)

Set the tableName property: This property will be retired.

Methods inherited from Dataset

Methods inherited from java.lang.Object

Constructor Details

AzureSqlTableDataset

public AzureSqlTableDataset()

Creates an instance of AzureSqlTableDataset class.

Method Details

getSchemaTypePropertiesSchema

public Object getSchemaTypePropertiesSchema()

Get the schemaTypePropertiesSchema property: The schema name of the Azure SQL database. Type: string (or Expression with resultType string).

Returns:

the schemaTypePropertiesSchema value.

getTable

public Object getTable()

Get the table property: The table name of the Azure SQL database. Type: string (or Expression with resultType string).

Returns:

the table value.

getTableName

public Object getTableName()

Get the tableName property: This property will be retired. Please consider using schema + table properties instead.

Returns:

the tableName value.

setAnnotations

public AzureSqlTableDataset setAnnotations(List annotations)

Set the annotations property: List of tags that can be used for describing the Dataset.

Overrides:

AzureSqlTableDataset.setAnnotations(List<Object> annotations)

Parameters:

annotations

setDescription

public AzureSqlTableDataset setDescription(String description)

Set the description property: Dataset description.

Overrides:

AzureSqlTableDataset.setDescription(String description)

Parameters:

description

setFolder

public AzureSqlTableDataset setFolder(DatasetFolder folder)

Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Overrides:

AzureSqlTableDataset.setFolder(DatasetFolder folder)

Parameters:

folder

setLinkedServiceName

public AzureSqlTableDataset setLinkedServiceName(LinkedServiceReference linkedServiceName)

Set the linkedServiceName property: Linked service reference.

Overrides:

AzureSqlTableDataset.setLinkedServiceName(LinkedServiceReference linkedServiceName)

Parameters:

linkedServiceName

setParameters

public AzureSqlTableDataset setParameters(Map parameters)

Set the parameters property: Parameters for dataset.

Overrides:

AzureSqlTableDataset.setParameters(Map<String,ParameterSpecification> parameters)

Parameters:

parameters

setSchema

public AzureSqlTableDataset setSchema(Object schema)

Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

Overrides:

AzureSqlTableDataset.setSchema(Object schema)

Parameters:

schema

setSchemaTypePropertiesSchema

public AzureSqlTableDataset setSchemaTypePropertiesSchema(Object schemaTypePropertiesSchema)

Set the schemaTypePropertiesSchema property: The schema name of the Azure SQL database. Type: string (or Expression with resultType string).

Parameters:

schemaTypePropertiesSchema - the schemaTypePropertiesSchema value to set.

Returns:

the AzureSqlTableDataset object itself.

setStructure

public AzureSqlTableDataset setStructure(Object structure)

Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

Overrides:

AzureSqlTableDataset.setStructure(Object structure)

Parameters:

structure

setTable

public AzureSqlTableDataset setTable(Object table)

Set the table property: The table name of the Azure SQL database. Type: string (or Expression with resultType string).

Parameters:

table - the table value to set.

Returns:

the AzureSqlTableDataset object itself.

setTableName

public AzureSqlTableDataset setTableName(Object tableName)

Set the tableName property: This property will be retired. Please consider using schema + table properties instead.

Parameters:

tableName - the tableName value to set.

Returns:

the AzureSqlTableDataset object itself.

Applies to