ISummaryRuntimeOptions Interface

Packages > @fluidframework/container-runtime > ISummaryRuntimeOptions

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

Property Alerts Modifiers Type Description
initialSummarizerDelayMs Deprecated, Alpha optional number Delay before first attempt to spawn summarizing container.
summaryConfigOverrides Alpha optional ISummaryConfiguration Override 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.

Use summaryConfigOverrides ’s initialSummarizerDelayMs instead.

This API is provided as an alpha preview and may change without notice.

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

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 as an alpha preview and may change without notice.

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

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

Signature

summaryConfigOverrides?: ISummaryConfiguration;

Type: ISummaryConfiguration