# StreamLifecycleOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.streamlifecycleoptions/)

## InitStage {#initstage-151f7be3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.streamlifecycleoptions/properties/initstage-151f7be3/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/Options/PersistentStreamProviderOptions.cs)

```csharp
public int InitStage
```

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

### Value

The initialization stage.

## StartStage {#startstage-47afcef7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.streamlifecycleoptions/properties/startstage-47afcef7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/Options/PersistentStreamProviderOptions.cs)

```csharp
public int StartStage
```

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

### Value

The startup stage.

## StartupState {#startupstate-e655a370}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.streamlifecycleoptions/properties/startupstate-e655a370/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/Options/PersistentStreamProviderOptions.cs)

```csharp
public RunState StartupState
```

If set to [RunState](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.streamlifecycleoptions.runstate/), stream pulling agents will be started during initialization.
