Skip to main content

ISummaryRuntimeOptions Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-runtime/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ISummaryRuntimeOptions

Properties

PropertyAlertsModifiersTypeDescription
initialSummarizerDelayMsDeprecated, BetaoptionalnumberDelay before first attempt to spawn summarizing container.
summaryConfigOverridesBetaoptionalISummaryConfigurationOverride summary configurations set by the server.

Property Details

initialSummarizerDelayMs

Delay before first attempt to spawn summarizing container.

This API is deprecated and will be removed in a future release.
This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

initialSummarizerDelayMs?: number;

Type: number

summaryConfigOverrides

Override summary configurations set by the server.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

summaryConfigOverrides?: ISummaryConfiguration;

Type: ISummaryConfiguration