Polybase Settings Response
data class PolybaseSettingsResponse(val rejectSampleValue: Any? = null, val rejectType: String? = null, val rejectValue: Any? = null, val useTypeDefault: Any? = null)
PolyBase settings.
Properties
Link copied to clipboard
Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
Link copied to clipboard
Reject type.
Link copied to clipboard
Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
Link copied to clipboard
Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).