Configuration options for batch SQL execution

interface ExecuteSQLBatchOptions {
    description?: string;
    ignoreLogging?: boolean;
    isMutation?: boolean;
}

Properties

description?: string

Optional description for this batch operation

ignoreLogging?: boolean

If true, this batch will not be logged to any logging session

isMutation?: boolean

Whether this batch contains data mutation operations