ListClusterStreamingJobsResult

data class ListClusterStreamingJobsResult(val nextLink: String, val value: List<ClusterJobResponse>)

A list of streaming jobs. Populated by a List operation.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<ClusterJobResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to fetch the next set of streaming jobs.

Link copied to clipboard

A list of streaming jobs.