GetOutputResult

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.

Constructors

Link copied to clipboard
constructor(datasource: Any? = null, diagnostics: DiagnosticsResponse, etag: String, id: String, name: String? = null, serialization: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasource: Any? = null

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

The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val name: String? = null

Resource name

Link copied to clipboard
val serialization: Any? = null

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

Resource type