WorkOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface WorkOptions

    Transaction options

    interface WorkOptions {
        isolationLevel?: "read committed" | "repeatable read" | "serializable";
        mutex?: string | string[];
    }
    Index

    Properties

    isolationLevel?: "read committed" | "repeatable read" | "serializable"
    mutex?: string | string[]