PolybaseSettings |
SqlDWSink.polyBaseSettings() |
Get the polyBaseSettings property: Specifies PolyBase-related settings when allowPolyBase is true.
|
PolybaseSettings |
PolybaseSettings.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: PolyBase settings.
|
PolybaseSettings |
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 |
PolybaseSettings.withRejectType(PolybaseSettingsRejectType rejectType) |
Set the rejectType property: Reject type.
|
PolybaseSettings |
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 |
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.
|