StreamingJob.UpdateStages.WithOutputStartMode Interface

public static interface StreamingJob.UpdateStages.WithOutputStartMode

The stage of the StreamingJob update allowing to specify outputStartMode.

Method Summary

Modifier and Type Method and Description
abstract Update withOutputStartMode(OutputStartMode outputStartMode)

Specifies the outputStartMode property: This property should only be utilized when it is desired that the job be started immediately upon creation.

Method Details

withOutputStartMode

public abstract StreamingJob.Update withOutputStartMode(OutputStartMode outputStartMode)

Specifies the outputStartMode property: This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time..

Parameters:

outputStartMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

Returns:

the next definition stage.

Applies to