Skip to main content
Version: v1

ISummarizerNodeConfig Interface

Signature

export interface ISummarizerNodeConfig

Properties

Property Modifiers Type Description
canReuseHandle optional boolean True to reuse previous handle when unchanged since last acked summary. Defaults to true.
throwOnFailure optional true

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.

BUG BUG: Default to true while we investigate problem with differential summaries

Property Details

canReuseHandle

True to reuse previous handle when unchanged since last acked summary. Defaults to true.

Signature

readonly canReuseHandle?: boolean;

Type: 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.

BUG BUG: Default to true while we investigate problem with differential summaries

Signature

readonly throwOnFailure?: true;

Type: true