BlobSource interface
复制活动 Azure Blob 源。
- 扩展
属性
| recursive | 如果为 true,则以递归方式读取文件夹路径下的文件。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| skip |
要从每个 Blob 跳过的标头行数。 类型:整数(或包含 resultType 整数的表达式)。 |
| treat |
将空视为 null。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| disable |
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| max |
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| source |
源重试计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| source |
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
属性详细信息
recursive
如果为 true,则以递归方式读取文件夹路径下的文件。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。
recursive?: any
属性值
any
skipHeaderLineCount
要从每个 Blob 跳过的标头行数。 类型:整数(或包含 resultType 整数的表达式)。
skipHeaderLineCount?: any
属性值
any
treatEmptyAsNull
将空视为 null。 类型:布尔值(或带有 resultType 布尔值的表达式)。
treatEmptyAsNull?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "BlobSource"
属性值
"BlobSource"
继承属性详细信息
disableMetricsCollection
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。
disableMetricsCollection?: any
属性值
any
maxConcurrentConnections
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。
maxConcurrentConnections?: any
属性值
any
sourceRetryCount
sourceRetryWait
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sourceRetryWait?: any
属性值
any