StreamLifecycleOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |