PolybaseSettings interface
PolyBase settings.
Properties
reject |
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. |
reject |
Reject type. |
reject |
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. |
use |
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). |
Property Details
rejectSampleValue
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.
rejectSampleValue?: any
Property Value
any
rejectType
Reject type.
rejectType?: string
Property Value
string
rejectValue
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.
rejectValue?: any
Property Value
any
useTypeDefault
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).
useTypeDefault?: any
Property Value
any