PolybaseSettings Class

Definition

PolyBase settings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PolybaseSettings+PolybaseSettingsConverter))]
public class PolybaseSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PolybaseSettings+PolybaseSettingsConverter))>]
type PolybaseSettings = class
Public Class PolybaseSettings
Inheritance
PolybaseSettings
Attributes

Constructors

PolybaseSettings()

Initializes a new instance of PolybaseSettings.

Properties

AdditionalProperties

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

Applies to