ISummarizerNodeConfig Interface
Packages > @fluidframework/runtime-definitions > ISummarizerNodeConfig
Signature:
export interface ISummarizerNodeConfig
Properties
Property | Type | Description |
---|---|---|
canReuseHandle | boolean | True to reuse previous handle when unchanged since last acked summary. Defaults to true. |
throwOnFailure | boolean | True to always stop execution on error during summarize, or false to attempt creating a summary that is a pointer ot the last acked summary plus outstanding ops in case of internal summarize failure. Defaults to false. |
Events
canReuseHandle
True to reuse previous handle when unchanged since last acked summary. Defaults to true.
Signature:
readonly canReuseHandle?: boolean;
throwOnFailure
True to always stop execution on error during summarize, or false to attempt creating a summary that is a pointer ot the last acked summary plus outstanding ops in case of internal summarize failure. Defaults to false.
Signature:
readonly throwOnFailure?: boolean;