XmlReadSettings Class
Xml read settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FormatReadSettingsXmlReadSettings
Constructor
XmlReadSettings(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, compression_properties: _models.CompressionReadSettings | None = None, validation_mode: MutableMapping[str, Any] | None = None, detect_data_type: MutableMapping[str, Any] | None = None, namespaces: MutableMapping[str, Any] | None = None, namespace_prefixes: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
compression_properties
|
Compression settings. |
validation_mode
|
<xref:JSON>
Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string). |
detect_data_type
|
<xref:JSON>
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
namespaces
|
<xref:JSON>
Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
namespace_prefixes
|
<xref:JSON>
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). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
The read setting type. Required. |
compression_properties
|
Compression settings. |
validation_mode
|
<xref:JSON>
Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string). |
detect_data_type
|
<xref:JSON>
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
namespaces
|
<xref:JSON>
Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
namespace_prefixes
|
<xref:JSON>
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). |
Azure SDK for Python