guidFormat

@JvmName(name = "fwcpkwcxnjgruwus")
suspend fun guidFormat(value: Output<Any>)
@JvmName(name = "jdcgmcrqiaggjlxo")
suspend fun guidFormat(value: Any?)

Parameters

value

Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.