@infrasoftbe/vnv-sdk
    Preparing search index...

    Class _operation<DATA, REF>

    The Operation class is a TypeScript class that represents an operation with properties such as id, event time, method, data, data type, and reference.

    Type Parameters

    • DATA = any
    • REF extends OperationReference = OperationReference

    Implements

    Index

    Constructors

    Properties

    _id: string

    OperationId

    data: DATA

    Operation data

    delta: Delta
    eventTime: number

    Operation Event Time

    method: OperationMethods

    Operation Method

    operationId: string
    operationType: OperationKind

    Operation data type

    ref: REF

    Operation reference