BlobReferenceInputDataSourceProperties 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 中,此属性的值将改为用作时间格式。  | 
继承属性详细信息
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