Output Args
data class OutputArgs(val datasource: Output<Any>? = null, val name: Output<String>? = null, val serialization: Output<Any>? = null, val sizeWindow: Output<Int>? = null, val timeWindow: Output<String>? = null) : ConvertibleToJava<OutputArgs>
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
Constructors
Properties
Link copied to clipboard
Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The size window to constrain a Stream Analytics output to.
Link copied to clipboard
The time frame for filtering Stream Analytics job outputs.