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