你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobReferenceInputDataSource interface
描述包含引用数据的 Blob 输入数据源。
- 扩展
属性
container | 关联的存储帐户中的容器的名称。 此容器包含要从中读取或写入的 blob () 。 在 PUT (CreateOrReplace) 请求上是必需的。 |
date |
日期格式。 只要 {date} 出现在 pathPattern 中,则此属性的值将改为用作日期格式。 |
path |
Blob 路径模式。 不是正则表达式。 它表示一种模式,根据该模式匹配 Blob 名称,以确定它们是否应作为输入或输出包含在作业中。 有关更详细的说明和示例,请参阅 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input 或 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output 。 |
storage |
一个或多个 Azure 存储帐户的列表。 在 PUT (CreateOrReplace) 请求上是必需的。 |
time |
时间格式。 无论 {time} 出现在 pathPattern 中的位置,此属性的值都改为用作时间格式。 |
type | 多态鉴别器,它指定此对象可以是的不同类型 |
属性详细信息
container
关联的存储帐户中的容器的名称。 此容器包含要从中读取或写入的 blob () 。 在 PUT (CreateOrReplace) 请求上是必需的。
container?: string
属性值
string
dateFormat
日期格式。 只要 {date} 出现在 pathPattern 中,则此属性的值将改为用作日期格式。
dateFormat?: string
属性值
string
pathPattern
Blob 路径模式。 不是正则表达式。 它表示一种模式,根据该模式匹配 Blob 名称,以确定它们是否应作为输入或输出包含在作业中。 有关更详细的说明和示例,请参阅 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input 或 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output 。
pathPattern?: string
属性值
string
storageAccounts
一个或多个 Azure 存储帐户的列表。 在 PUT (CreateOrReplace) 请求上是必需的。
storageAccounts?: StorageAccount[]
属性值
timeFormat
时间格式。 无论 {time} 出现在 pathPattern 中的位置,此属性的值都改为用作时间格式。
timeFormat?: string
属性值
string
type
多态鉴别器,它指定此对象可以是的不同类型
type: "Microsoft.Storage/Blob"
属性值
"Microsoft.Storage/Blob"