PolybaseSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PolyBase settings.
public class PolybaseSettings
type PolybaseSettings = class
Public Class PolybaseSettings
- Inheritance
-
PolybaseSettings
Constructors
PolybaseSettings() |
Initializes a new instance of the PolybaseSettings class. |
PolybaseSettings(IDictionary<String,Object>, String, Object, Object, Object) |
Initializes a new instance of the PolybaseSettings class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
RejectSampleValue |
Gets or sets 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 |
Gets or sets reject type. Possible values include: 'value', 'percentage' |
RejectValue |
Gets or sets 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 |
Gets or sets 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
Azure SDK for .NET