isolationLevel

@JvmName(name = "xnjxyqxvksbnsqmp")
suspend fun isolationLevel(value: Output<Any>)
@JvmName(name = "qvvdtiybnehdagub")
suspend fun isolationLevel(value: Any?)

Parameters

value

Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).