Uses of Class
com.azure.resourcemanager.datafactory.models.TabularTranslator
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of TabularTranslator in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTabularTranslator.withCollectionReference
(Object collectionReference) Set the collectionReference property: The JSON Path of the Nested Array that is going to do cross-apply.TabularTranslator.withColumnMappings
(Object columnMappings) Set the columnMappings property: Column mappings.TabularTranslator.withMapComplexValuesToString
(Object mapComplexValuesToString) Set the mapComplexValuesToString property: Whether to map complex (array and object) values to simple strings in json format.TabularTranslator.withMappings
(Object mappings) Set the mappings property: Column mappings with logical types.TabularTranslator.withSchemaMapping
(Object schemaMapping) Set the schemaMapping property: The schema mapping to map between tabular data and hierarchical data.TabularTranslator.withTypeConversion
(Object typeConversion) Set the typeConversion property: Whether to enable the advanced type conversion feature in the Copy activity.TabularTranslator.withTypeConversionSettings
(TypeConversionSettings typeConversionSettings) Set the typeConversionSettings property: Type conversion settings.