Text Format Args
data class TextFormatArgs(val columnDelimiter: Output<Any>? = null, val deserializer: Output<Any>? = null, val encodingName: Output<Any>? = null, val escapeChar: Output<Any>? = null, val firstRowAsHeader: Output<Any>? = null, val nullValue: Output<Any>? = null, val quoteChar: Output<Any>? = null, val rowDelimiter: Output<Any>? = null, val serializer: Output<Any>? = null, val skipLineCount: Output<Any>? = null, val treatEmptyAsNull: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TextFormatArgs>
The data stored in text format.
Constructors
Link copied to clipboard
fun TextFormatArgs(columnDelimiter: Output<Any>? = null, deserializer: Output<Any>? = null, encodingName: Output<Any>? = null, escapeChar: Output<Any>? = null, firstRowAsHeader: Output<Any>? = null, nullValue: Output<Any>? = null, quoteChar: Output<Any>? = null, rowDelimiter: Output<Any>? = null, serializer: Output<Any>? = null, skipLineCount: Output<Any>? = null, treatEmptyAsNull: Output<Any>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).
Link copied to clipboard