Dataset Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Dataset
- com.
Implements
public class Dataset
implements JsonSerializable<Dataset>
The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Constructor Summary
| Constructor | Description |
|---|---|
| Dataset() |
Creates an instance of Dataset class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| List<Object> |
annotations()
Get the annotations property: List of tags that can be used for describing the Dataset. |
| String |
description()
Get the description property: Dataset description. |
|
Dataset |
folder()
Get the folder property: The folder that this Dataset is in. |
| static Dataset |
fromJson(JsonReader jsonReader)
Reads an instance of Dataset from the Json |
|
Linked |
linkedServiceName()
Get the linked |
|
Map<String,Parameter |
parameters()
Get the parameters property: Parameters for dataset. |
| Object |
schema()
Get the schema property: Columns that define the physical type schema of the dataset. |
| Object |
structure()
Get the structure property: Columns that define the structure of the dataset. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset. |
| void |
validate()
Validates the instance. |
| Dataset |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
| Dataset |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
| Dataset |
withDescription(String description)
Set the description property: Dataset description. |
| Dataset |
withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
| Dataset |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
| Dataset |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
| Dataset |
withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
| Dataset |
withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
Methods inherited from java.lang.Object
Constructor Details
Dataset
public Dataset()
Creates an instance of Dataset class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Returns:
annotations
public List<Object> annotations()
Get the annotations property: List of tags that can be used for describing the Dataset.
Returns:
description
public String description()
Get the description property: Dataset description.
Returns:
folder
public DatasetFolder folder()
Get the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Returns:
fromJson
public static Dataset fromJson(JsonReader jsonReader)
Reads an instance of Dataset from the JsonReader.
Parameters:
Returns:
Throws:
linkedServiceName
public LinkedServiceReference linkedServiceName()
Get the linkedServiceName property: Linked service reference.
Returns:
parameters
public Map<String,ParameterSpecification> parameters()
Get the parameters property: Parameters for dataset.
Returns:
schema
public Object schema()
Get the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
Returns:
structure
public Object structure()
Get the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
Returns:
toJson
type
public String type()
Get the type property: Type of dataset.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public Dataset withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Parameters:
Returns:
withAnnotations
public Dataset withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Parameters:
Returns:
withDescription
public Dataset withDescription(String description)
Set the description property: Dataset description.
Parameters:
Returns:
withFolder
public Dataset withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Parameters:
Returns:
withLinkedServiceName
public Dataset withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Parameters:
Returns:
withParameters
public Dataset withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Parameters:
Returns:
withSchema
public Dataset 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.
Parameters:
Returns:
withStructure
public Dataset withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
Parameters:
Returns: