Blob Stream Input Data Source Args
data class BlobStreamInputDataSourceArgs(val authenticationMode: Output<Either<String, AuthenticationMode>>? = null, val container: Output<String>? = null, val dateFormat: Output<String>? = null, val pathPattern: Output<String>? = null, val sourcePartitionCount: Output<Int>? = null, val storageAccounts: Output<List<StorageAccountArgs>>? = null, val timeFormat: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<BlobStreamInputDataSourceArgs>
Describes a blob input data source that contains stream data.
Constructors
Link copied to clipboard
fun BlobStreamInputDataSourceArgs(authenticationMode: Output<Either<String, AuthenticationMode>>? = null, container: Output<String>? = null, dateFormat: Output<String>? = null, pathPattern: Output<String>? = null, sourcePartitionCount: Output<Int>? = null, storageAccounts: Output<List<StorageAccountArgs>>? = null, timeFormat: Output<String>? = null, type: Output<String>)
Functions
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.