Uses of Class
com.azure.resourcemanager.datafactory.models.PolybaseSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of PolybaseSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSqlDWSink.polyBaseSettings()
Get the polyBaseSettings property: Specifies PolyBase-related settings when allowPolyBase is true.PolybaseSettings.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: PolyBase settings.PolybaseSettings.withRejectSampleValue
(Object rejectSampleValue) Set the rejectSampleValue property: Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows.PolybaseSettings.withRejectType
(PolybaseSettingsRejectType rejectType) Set the rejectType property: Reject type.PolybaseSettings.withRejectValue
(Object rejectValue) Set the rejectValue property: Specifies the value or the percentage of rows that can be rejected before the query fails.PolybaseSettings.withUseTypeDefault
(Object useTypeDefault) Set the useTypeDefault property: Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file.Modifier and TypeMethodDescriptionSqlDWSink.withPolyBaseSettings
(PolybaseSettings polyBaseSettings) Set the polyBaseSettings property: Specifies PolyBase-related settings when allowPolyBase is true.