Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XmlReadSettings

Package version

Xml read settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional compressionProperties

compressionProperties: CompressionReadSettingsUnion

Compression settings.

Optional detectDataType

detectDataType: any

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

Optional namespacePrefixes

namespacePrefixes: any

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).

Optional namespaces

namespaces: any

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

type

type: "XmlReadSettings"

Polymorphic discriminator, which specifies the different types this object can be

Optional validationMode

validationMode: any

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

Generated using TypeDoc