Blob Reference Input Data Source Response
data class BlobReferenceInputDataSourceResponse(val authenticationMode: String? = null, val container: String? = null, val dateFormat: String? = null, val pathPattern: String? = null, val storageAccounts: List<StorageAccountResponse>? = null, val timeFormat: String? = null, val type: String)
Describes a blob input data source that contains reference data.
Constructors
Link copied to clipboard
fun BlobReferenceInputDataSourceResponse(authenticationMode: String? = null, container: String? = null, dateFormat: String? = null, pathPattern: String? = null, storageAccounts: List<StorageAccountResponse>? = null, timeFormat: String? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.