PolybaseSettings Class
PolyBase settings.
- Inheritance
-
PolybaseSettings
Constructor
PolybaseSettings(*, additional_properties: Optional[Dict[str, Any]] = None, reject_type: Optional[Union[str, _models.PolybaseSettingsRejectType]] = None, reject_value: Optional[Any] = None, reject_sample_value: Optional[Any] = None, use_type_default: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- reject_type
- str or PolybaseSettingsRejectType
Reject type. Known values are: "value", "percentage".
- reject_value
- 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.
- reject_sample_value
- 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.
- use_type_default
- 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).
Feedback
Submit and view feedback for