Skip to main content
Version: v1

ISummaryConfigurationHeuristics Interface

Signature

export interface ISummaryConfigurationHeuristics extends ISummaryBaseConfiguration

Extends: ISummaryBaseConfiguration

Properties

Property Type Description
idleTime number Defines the maximum allowed time in between summarizations.
maxOps number Defines the maximum number of Ops, since the last received Ack, that can be allowed before running the summary with reason maxOps.
maxTime number Defines the maximum allowed time, since the last received Ack, before running the summary with reason maxTime.
minOpsForLastSummaryAttempt number Defines the minimum number of Ops, since the last received Ack, that can be allowed before running the last summary.
state "enabled"

Property Details

idleTime

Defines the maximum allowed time in between summarizations.

Signature

idleTime: number;

Type: number

maxOps

Defines the maximum number of Ops, since the last received Ack, that can be allowed before running the summary with reason maxOps.

Signature

maxOps: number;

Type: number

maxTime

Defines the maximum allowed time, since the last received Ack, before running the summary with reason maxTime.

Signature

maxTime: number;

Type: number

minOpsForLastSummaryAttempt

Defines the minimum number of Ops, since the last received Ack, that can be allowed before running the last summary.

Signature

minOpsForLastSummaryAttempt: number;

Type: number

state

Signature

state: "enabled";

Type: "enabled"