XmlReadSettingsArgs

data class XmlReadSettingsArgs(val compressionProperties: Output<Any>? = null, val detectDataType: Output<Any>? = null, val namespacePrefixes: Output<Any>? = null, val namespaces: Output<Any>? = null, val type: Output<String>, val validationMode: Output<Any>? = null) : ConvertibleToJava<XmlReadSettingsArgs>

Xml read settings.

Constructors

Link copied to clipboard
constructor(compressionProperties: Output<Any>? = null, detectDataType: Output<Any>? = null, namespacePrefixes: Output<Any>? = null, namespaces: Output<Any>? = null, type: Output<String>, validationMode: Output<Any>? = null)

Properties

Link copied to clipboard
val compressionProperties: Output<Any>? = null

Compression settings.

Link copied to clipboard
val detectDataType: Output<Any>? = null

Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val namespacePrefixes: Output<Any>? = null

Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).

Link copied to clipboard
val namespaces: Output<Any>? = null

Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val type: Output<String>

The read setting type. Expected value is 'XmlReadSettings'.

Link copied to clipboard
val validationMode: Output<Any>? = null

Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).

Functions

Link copied to clipboard
open override fun toJava(): XmlReadSettingsArgs