Package version:

Interface StreamingJobsScaleOptionalParams

Optional parameters.

interface StreamingJobsScaleOptionalParams {
    resumeFrom?: string;
    scaleJobParameters?: ScaleStreamingJobParameters;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • StreamingJobsScaleOptionalParams

Properties

resumeFrom?: string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

scaleJobParameters?: ScaleStreamingJobParameters

Parameters applicable to a scale streaming job operation.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.

Generated using TypeDoc