node-ovsdb
    Preparing search index...

    Interface SelectResult<TRow>

    Select operation result.

    interface SelectResult<TRow extends RowRecord = RowRecord> {
        rows: TRow[];
    }

    Type Parameters

    Index

    Properties

    Properties

    rows: TRow[]