Adf Named Copy Column Mapping Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Column | String | Specifies the name of the column to map. | |
Culture | String | "en-us" | Specifies the culture of the sink or source column, with a default of 'en-us'. |
DataType | AdfCopyActivityMappingDataType | Unspecified | Specifies the Data Factory transitional data type of the source or sink column. |
Format | String | Format string for datetime and datetimeoffset columns. | |
Ordinal | Int32 | 0 | Specifies the index of the column, starting at 1. |
Path | String | Specifies a JSON path expression for each field to extract or map. Apply for hierarchical data such as MongoDB/REST. |
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. |