PolybaseSettings Class

PolyBase settings.

Inheritance
azure.mgmt.datafactory._serialization.Model
PolybaseSettings

Constructor

PolybaseSettings(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, reject_type: str | _models.PolybaseSettingsRejectType | None = None, reject_value: MutableMapping[str, Any] | None = None, reject_sample_value: MutableMapping[str, Any] | None = None, use_type_default: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

reject_type

Reject type. Known values are: "value" and "percentage".

reject_value
<xref:JSON>

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.

reject_sample_value
<xref:JSON>

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.

use_type_default
<xref:JSON>

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

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

reject_type

Reject type. Known values are: "value" and "percentage".

reject_value
<xref:JSON>

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.

reject_sample_value
<xref:JSON>

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.

use_type_default
<xref:JSON>

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