Share via


LifecycleConfiguration interface

The lifecycle configuration properties of a session in the dynamic session pool

Properties

cooldownPeriodInSeconds

The cooldown period of a session in seconds when the lifecycle type is 'Timed'.

lifecycleType

The lifecycle type of the session pool.

maxAlivePeriodInSeconds

The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.

Property Details

cooldownPeriodInSeconds

The cooldown period of a session in seconds when the lifecycle type is 'Timed'.

cooldownPeriodInSeconds?: number

Property Value

number

lifecycleType

The lifecycle type of the session pool.

lifecycleType?: string

Property Value

string

maxAlivePeriodInSeconds

The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.

maxAlivePeriodInSeconds?: number

Property Value

number