Edit

Share via


StreamLifecycleOptions Class

Definition

Options for managing stream system lifecycle.

public class StreamLifecycleOptions
type StreamLifecycleOptions = class
Public Class StreamLifecycleOptions
Inheritance
StreamLifecycleOptions

Constructors

StreamLifecycleOptions()

Fields

DEFAULT_INIT_STAGE
DEFAULT_START_STAGE
DEFAULT_STARTUP_STATE
StartupState

Properties

InitStage

Gets or sets the lifecycle stage at which to initialize the stream runtime.

StartStage

Gets or sets the lifecycle stage at which to start the stream runtime.

StartupState

If set to AgentsStarted, stream pulling agents will be started during initialization.

Applies to