Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolybaseSettings

Package version

PolyBase settings.

Hierarchy

  • PolybaseSettings

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional rejectSampleValue

rejectSampleValue: any

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.

Optional rejectType

Reject type.

Optional rejectValue

rejectValue: any

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.

Optional useTypeDefault

useTypeDefault: any

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

Generated using TypeDoc