node-ovsdb
    Preparing search index...

    Interface RowUpdate<TRow>

    RFC 7047 row update payload.

    interface RowUpdate<TRow extends RowRecord = RowRecord> {
        new?: Partial<TRow>;
        old?: Partial<TRow>;
    }

    Type Parameters

    Index

    Properties

    Properties

    new?: Partial<TRow>
    old?: Partial<TRow>