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

CopySink 类

定义

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

构造函数

CopySink()

初始化 CopySink 的新实例。

属性

AdditionalProperties

其他属性。

MaxConcurrentConnections

接收器数据存储的最大并发连接计数。 类型:具有 resultType 整数) 的整数 (或 Expression。

SinkRetryCount

接收器重试计数。 类型:具有 resultType 整数) 的整数 (或 Expression。

SinkRetryWait

接收器重试等待。 类型:包含 resultType 字符串) 的字符串 (或表达式,模式: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。

WriteBatchSize

写入批大小。 类型:具有 resultType 整数) 的整数 (或 Expression,最小值:0。

WriteBatchTimeout

写入批处理超时。 类型:包含 resultType 字符串) 的字符串 (或表达式,模式: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。

适用于