Package version:

Interface ScaleStreamingJobParameters

Parameters supplied to the Scale Streaming Job operation.

interface ScaleStreamingJobParameters {
    streamingUnits?: number;
}

Properties

Properties

streamingUnits?: number

Specifies the number of streaming units that the streaming job will scale to.

Generated using TypeDoc