node-ovsdb
    Preparing search index...

    Interface DatabaseSchema

    OVSDB schema response payload.

    interface DatabaseSchema {
        cksum?: string;
        name: string;
        tables: Record<string, TableSchema>;
        version: string;
    }
    Index

    Properties

    cksum?: string
    name: string
    tables: Record<string, TableSchema>
    version: string