你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PolybaseSettings 类

定义

PolyBase 设置。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PolybaseSettings+PolybaseSettingsConverter))]
public class PolybaseSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PolybaseSettings+PolybaseSettingsConverter))>]
type PolybaseSettings = class
Public Class PolybaseSettings
继承
PolybaseSettings
属性

构造函数

PolybaseSettings()

初始化 PolybaseSettings 的新实例。

属性

AdditionalProperties

其他属性。

RejectSampleValue

确定在 PolyBase 重新计算拒绝行的百分比之前要尝试检索的行数。 类型:具有 resultType 整数) 的整数 (或 Expression,最小值:0。

RejectType

拒绝类型。

RejectValue

指定在查询失败之前可以拒绝的行数的值或百分比。 类型:number (或 expression with resultType number) ,minimum: 0。

UseTypeDefault

指定在 PolyBase 从文本文件中检索数据时如何处理带分隔符的文本文件中的缺失值。 类型:boolean (或 expression with resultType boolean) 。

适用于