node-ovsdb
    Preparing search index...

    Interface OvsdbTransactionOptions

    Options for the staged transaction helper.

    interface OvsdbTransactionOptions {
        autoCommit?: boolean;
        durable?: boolean;
    }
    Index

    Properties

    autoCommit?: boolean

    Appends a trailing commit operation when the callback succeeds and the staged operations do not already include commit or abort.

    true

    durable?: boolean

    Durable flag used by the auto-generated commit operation.

    false