Get Output Result
data class GetOutputResult(val azureApiVersion: String, val datasource: Any? = null, val diagnostics: DiagnosticsResponse, val etag: String, val id: String, val name: String? = null, val serialization: Any? = null, val sizeWindow: Int? = null, val timeWindow: String? = null, val type: String)
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
The Azure API version of the resource.
Link copied to clipboard
Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
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.