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

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

Properties

Property Type Description
opArgs IMergeTreeDeltaOpArgs | undefined

Constructor Details

(constructor)

Constructs a new instance of the SequenceMaintenanceEvent class

Signature

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

Parameters

Parameter Type Description
opArgs IMergeTreeDeltaOpArgs | undefined
deltaArgs IMergeTreeMaintenanceCallbackArgs
mergeTreeClient Client

Property Details

opArgs

Signature

readonly opArgs: IMergeTreeDeltaOpArgs | undefined;

Type: IMergeTreeDeltaOpArgs | undefined