AzureSqlTableDataset Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Dataset - com.
azure. resourcemanager. datafactory. models. AzureSqlTableDataset
- com.
- com.
public final class AzureSqlTableDataset
extends Dataset
The Azure SQL Server database dataset.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureSqlTableDataset() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| Object |
schemaTypePropertiesSchema()
Get the schema property: The schema name of the Azure SQL database. |
| Object |
table()
Get the table property: The table name of the Azure SQL database. |
| Object |
tableName()
Get the table |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset. |
|
Azure |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
|
Azure |
withDescription(String description)
Set the description property: Dataset description. |
|
Azure |
withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
|
Azure |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Azure |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
|
Azure |
withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
|
Azure |
withSchemaTypePropertiesSchema(Object schema)
Set the schema property: The schema name of the Azure SQL database. |
|
Azure |
withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
|
Azure |
withTable(Object table)
Set the table property: The table name of the Azure SQL database. |
|
Azure |
withTableName(Object tableName)
Set the table |
Methods inherited from Dataset
Methods inherited from java.lang.Object
Constructor Details
AzureSqlTableDataset
public AzureSqlTableDataset()
Creates an instance of AzureSqlTableDataset class.
Method Details
fromJson
public static AzureSqlTableDataset fromJson(JsonReader jsonReader)
Reads an instance of AzureSqlTableDataset from the JsonReader.
Parameters:
Returns:
Throws:
schemaTypePropertiesSchema
public Object schemaTypePropertiesSchema()
Get the schema property: The schema name of the Azure SQL database. Type: string (or Expression with resultType string).
Returns:
table
public Object table()
Get the table property: The table name of the Azure SQL database. Type: string (or Expression with resultType string).
Returns:
tableName
public Object tableName()
Get the tableName property: This property will be retired. Please consider using schema + table properties instead.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzureSqlTableDataset.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset.
Overrides:
AzureSqlTableDataset.type()Returns:
withAnnotations
public AzureSqlTableDataset withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Overrides:
AzureSqlTableDataset.withAnnotations(List<Object> annotations)Parameters:
withDescription
public AzureSqlTableDataset withDescription(String description)
Set the description property: Dataset description.
Overrides:
AzureSqlTableDataset.withDescription(String description)Parameters:
withFolder
public AzureSqlTableDataset withFolder(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.withFolder(DatasetFolder folder)Parameters:
withLinkedServiceName
public AzureSqlTableDataset withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
AzureSqlTableDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
withParameters
public AzureSqlTableDataset withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Overrides:
AzureSqlTableDataset.withParameters(Map<String,ParameterSpecification> parameters)Parameters:
withSchema
public AzureSqlTableDataset withSchema(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.withSchema(Object schema)Parameters:
withSchemaTypePropertiesSchema
public AzureSqlTableDataset withSchemaTypePropertiesSchema(Object schema)
Set the schema property: The schema name of the Azure SQL database. Type: string (or Expression with resultType string).
Parameters:
Returns:
withStructure
public AzureSqlTableDataset withStructure(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.withStructure(Object structure)Parameters:
withTable
public AzureSqlTableDataset withTable(Object table)
Set the table property: The table name of the Azure SQL database. Type: string (or Expression with resultType string).
Parameters:
Returns:
withTableName
public AzureSqlTableDataset withTableName(Object tableName)
Set the tableName property: This property will be retired. Please consider using schema + table properties instead.
Parameters:
Returns: