Blob Output Data Source Response
data class BlobOutputDataSourceResponse(val authenticationMode: String? = null, val blobPathPrefix: 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 output data source.
Constructors
Link copied to clipboard
fun BlobOutputDataSourceResponse(authenticationMode: String? = null, blobPathPrefix: 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
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.