Adf Dataset Element Schema Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataType | AdfCopyActivityMappingDataType | Unspecified | Type of the dataset schema column. |
Name | String | Name of the column in the schema. | |
RawDataType | String | The data type of the dataset schema column. This will override any computed value from the DataType property. | |
RawLength | String | The length of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed length from DataType. | |
RawPrecision | String | The precision of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed precision from DataType. | |
RawScale | String | The scale of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed scale from DataType. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |