Class DatasetSchemaDataElement
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetSchemaDataElement
Columns that define the physical type schema of the dataset.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DatasetSchemaDataElement class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Columns that define the physical type schema of the dataset.name()
Get the name property: Name of the schema column.type()
Get the type property: Type of the schema column.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Columns that define the physical type schema of the dataset.Set the name property: Name of the schema column.Set the type property: Type of the schema column.
-
Constructor Details
-
DatasetSchemaDataElement
public DatasetSchemaDataElement()Creates an instance of DatasetSchemaDataElement class.
-
-
Method Details
-
name
Get the name property: Name of the schema column. Type: string (or Expression with resultType string).- Returns:
- the name value.
-
withName
Set the name property: Name of the schema column. Type: string (or Expression with resultType string).- Parameters:
name
- the name value to set.- Returns:
- the DatasetSchemaDataElement object itself.
-
type
Get the type property: Type of the schema column. Type: string (or Expression with resultType string).- Returns:
- the type value.
-
withType
Set the type property: Type of the schema column. Type: string (or Expression with resultType string).- Parameters:
type
- the type value to set.- Returns:
- the DatasetSchemaDataElement object itself.
-
additionalProperties
Get the additionalProperties property: Columns that define the physical type schema of the dataset.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Columns that define the physical type schema of the dataset.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DatasetSchemaDataElement object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-