ClusterJobResponse

data class ClusterJobResponse(val id: String, val jobState: String, val streamingUnits: Int)

A streaming job.

Constructors

Link copied to clipboard
constructor(id: String, jobState: String, streamingUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID of the streaming job.

Link copied to clipboard

The current execution state of the streaming job.

Link copied to clipboard

The number of streaming units that are used by the streaming job.