BlobReferenceInputDataSource interface
描述包含引用数据的 Blob 输入数据源。
属性
| container | 关联的存储帐户中的容器的名称。 此容器包含要从中读取或写入到的 blob(s)。 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(s)。 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"