PolyBaseSettings Class

Definition

Polybase settings.

public class PolyBaseSettings
Inheritance
PolyBaseSettings

Constructors

PolyBaseSettings()

Properties

RejectSampleValue

Optional. Determines the number of rows to attempt to retrieve before PolyBase recalculates the percentage of rejected rows. Required when RejectType is Percentage.

RejectType

Optional. Indicates whether RejectValue is specified as a literal value or a percentage. Must be one of PolyBaseRejectType. Default value is Value.

RejectValue

Optional. Specifies the value or the percentage of rows that can be rejected before the query fails. Default value is 0.

UseTypeDefault

Optional. Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Default value is false.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)