node-ovsdb
    Preparing search index...

    Interface TableSchema

    Table schema metadata.

    interface TableSchema {
        columns: Record<string, ColumnSchema>;
        indexes?: string[][];
        isRoot?: boolean;
        maxRows?: number;
    }
    Index

    Properties

    columns: Record<string, ColumnSchema>
    indexes?: string[][]
    isRoot?: boolean
    maxRows?: number