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

BlobOutputDataSource interface

描述 Blob 输出数据源。

扩展

属性

authenticationMode

身份验证模式。

container

关联存储帐户中容器的名称。 此容器包含要读取或写入的 blob () 。 在 PUT (CreateOrReplace) 请求时是必需的。

dateFormat

日期格式。 只要 {date} 出现在 pathPattern 中,此属性的值就用作日期格式。

pathPattern

Blob 路径模式。 不是正则表达式。 它表示一种模式,根据该模式匹配 Blob 名称,以确定是否应将其作为输入或输出包含在作业中。 有关更详细的说明和示例,请参阅 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-inputhttps://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output

storageAccounts

一个或多个 Azure 存储帐户的列表。 在 PUT (CreateOrReplace) 请求时是必需的。

timeFormat

时间格式。 只要 {time} 出现在 pathPattern 中,此属性的值将改为用作时间格式。

type

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

属性详细信息

authenticationMode

身份验证模式。

authenticationMode?: string

属性值

string

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-inputhttps://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"