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