Class XmlReadSettingsResponse


  • public final class XmlReadSettingsResponse
    extends java.lang.Object
    • Method Detail

      • compressionProperties

        public java.util.Optional<java.lang.Object> compressionProperties()
        Returns:
        Compression settings.
      • detectDataType

        public java.util.Optional<java.lang.Object> detectDataType()
        Returns:
        Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
      • namespacePrefixes

        public java.util.Optional<java.lang.Object> namespacePrefixes()
        Returns:
        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).
      • namespaces

        public java.util.Optional<java.lang.Object> namespaces()
        Returns:
        Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
      • type

        public java.lang.String type()
        Returns:
        The read setting type. Expected value is 'XmlReadSettings'.
      • validationMode

        public java.util.Optional<java.lang.Object> validationMode()
        Returns:
        Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).