ClusterJob Class

Definition

A streaming job.

public class ClusterJob
type ClusterJob = class
Public Class ClusterJob
Inheritance
ClusterJob

Constructors

ClusterJob()

Initializes a new instance of the ClusterJob class.

ClusterJob(String, Nullable<Int32>, String)

Initializes a new instance of the ClusterJob class.

Properties

Id

Gets resource ID of the streaming job.

JobState

Gets or sets possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting', 'Failed', 'Degraded', 'Restarting', 'Scaling'

StreamingUnits

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

Applies to