Skip to main content
Version: v1

SequenceMaintenanceEvent Class

The event object returned on maintenance events.

The properties of this object and its sub-objects represent the state of the sequence at the point in time at which the operation was applied. They will not take into consideration any future modifications performed to the underlying sequence and merge tree.

Signature

export declare class SequenceMaintenanceEvent extends SequenceEvent<MergeTreeMaintenanceType>

Extends: SequenceEvent<MergeTreeMaintenanceType

Constructors

ConstructorDescription
(constructor)(opArgs, deltaArgs, mergeTreeClient)Constructs a new instance of the SequenceMaintenanceEvent class

Properties

PropertyTypeDescription
opArgsIMergeTreeDeltaOpArgs | undefined

Constructor Details

(constructor)

Constructs a new instance of the SequenceMaintenanceEvent class

Signature

constructor(opArgs: IMergeTreeDeltaOpArgs | undefined, deltaArgs: IMergeTreeMaintenanceCallbackArgs, mergeTreeClient: Client);

Parameters

ParameterTypeDescription
opArgsIMergeTreeDeltaOpArgs | undefined
deltaArgsIMergeTreeMaintenanceCallbackArgs
mergeTreeClientClient

Property Details

opArgs

Signature

readonly opArgs: IMergeTreeDeltaOpArgs | undefined;

Type: IMergeTreeDeltaOpArgs | undefined