StreamingJob.UpdateStages.WithCompatibilityLevel Interface

public static interface StreamingJob.UpdateStages.WithCompatibilityLevel

The stage of the StreamingJob update allowing to specify compatibilityLevel.

Method Summary

Modifier and Type Method and Description
abstract Update withCompatibilityLevel(CompatibilityLevel compatibilityLevel)

Specifies the compatibilityLevel property: Controls certain runtime behaviors of the streaming job..

Method Details

withCompatibilityLevel

public abstract StreamingJob.Update withCompatibilityLevel(CompatibilityLevel compatibilityLevel)

Specifies the compatibilityLevel property: Controls certain runtime behaviors of the streaming job..

Parameters:

compatibilityLevel - Controls certain runtime behaviors of the streaming job.

Returns:

the next definition stage.

Applies to