Adf Poly Base Settings Element
X-Ref:
- Ast Adf Poly Base Settings Node
- Ast Adf Synapse Sink Copy Method Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
RejectValue | Double | 0 | The amount of rows that can be rejected before it is determined that the query has failed (either as a number of rows or a percentage). The default is 0. This is a required property |
RejectSampleValue | Int32 | 0 | Determines the number of records to fetch prior to the PolyBase recalculating the percentage of rejected rows. |
RejectType | AdfDatasetSinkPolyBaseSettingRejectType | Value | Specifies whether 'RejectValue' is measured by a value or a percentage. The default is Value. |
UseTypeDefault | Boolean | False | Specifies the way to handle missing values in delimited files when PolyBase is retrieving data from a text file. The default value is false |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |