Sdílet prostřednictvím


PolybaseSettings interface

PolyBase settings.

Properties

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.

rejectType

Reject type.

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.

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).

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