DatasetSchemaDataElement Class

Columns that define the physical type schema of the dataset.

Inheritance
azure.mgmt.datafactory._serialization.Model
DatasetSchemaDataElement

Constructor

DatasetSchemaDataElement(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, name: MutableMapping[str, Any] | None = None, type: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

name
<xref:JSON>

Name of the schema column. Type: string (or Expression with resultType string).

type
<xref:JSON>

Type of the schema column. Type: string (or Expression with resultType string).

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

name
<xref:JSON>

Name of the schema column. Type: string (or Expression with resultType string).

type
<xref:JSON>

Type of the schema column. Type: string (or Expression with resultType string).