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

BinarySource interface

复制活动二进制源。

扩展

属性

formatSettings

二进制格式设置。

storeSettings

二进制存储设置。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

属性详细信息

formatSettings

二进制格式设置。

formatSettings?: BinaryReadSettings

属性值

storeSettings

二进制存储设置。

storeSettings?: StoreReadSettingsUnion

属性值

type

多态鉴别器,它指定此对象可以的不同类型的

type: "BinarySource"

属性值

"BinarySource"

继承属性详细信息

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

maxConcurrentConnections?: any

属性值

any

继承自CopySource.maxConcurrentConnections

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryCount?: any

属性值

any

继承自CopySource.sourceRetryCount

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

属性值

any

继承自CopySource.sourceRetryWait