Get Output Result
data class GetOutputResult(val datasource: Any? = null, val diagnostics: DiagnosticsResponse, val etag: String, val id: String, val name: String? = null, val serialization: Any? = null, val type: String)
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
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 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.