PolybaseSettings Class
PolyBase settings.
Constructor
PolybaseSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
reject_type
|
Reject type. Known values are: "value" and "percentage". |
|
reject_value
|
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
|
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
|
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). |
Attributes
reject_sample_value
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.
reject_sample_value: Any | None
reject_type
"value" and "percentage".
reject_type: str | _models.PolybaseSettingsRejectType | None
reject_value
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_value: Any | None
use_type_default
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).
use_type_default: Any | None