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

    Interface WorkOptions

    Transaction options

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

    Properties

    __skipNameCheck?: boolean
    isolationLevel?: "read committed" | "repeatable read" | "serializable"
    mutex?: string | string[]
    readOnly?: boolean
    useSnapshot?: string