Package version:

A streaming job.

interface ClusterJob {
    id?: string;
    jobState?: string;
    streamingUnits?: number;
}

Properties

id?: string

Resource ID of the streaming job. NOTE: This property will not be serialized. It can only be populated by the server.

jobState?: string

The current execution state of the streaming job. NOTE: This property will not be serialized. It can only be populated by the server.

streamingUnits?: number

The number of streaming units that are used by the streaming job. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc