RefreshConfiguration interface
The refresh parameters for any/all updatable user defined functions present in the job config.
Properties
| date |
The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. |
| path |
The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. |
| refresh |
The refresh interval. |
| refresh |
This property indicates which data refresh option to use, Blocking or Nonblocking. |
| time |
The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. |
Property Details
dateFormat
The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
dateFormat?: string
Property Value
string
pathPattern
The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
pathPattern?: string
Property Value
string
refreshInterval
The refresh interval.
refreshInterval?: string
Property Value
string
refreshType
This property indicates which data refresh option to use, Blocking or Nonblocking.
refreshType?: string
Property Value
string
timeFormat
The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
timeFormat?: string
Property Value
string