Uses of Class
com.azure.resourcemanager.datafactory.models.XmlReadSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of XmlReadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionXmlSource.formatSettings()
Get the formatSettings property: Xml format settings.XmlReadSettings.withCompressionProperties
(CompressionReadSettings compressionProperties) Set the compressionProperties property: Compression settings.XmlReadSettings.withDetectDataType
(Object detectDataType) Set the detectDataType property: Indicates whether type detection is enabled when reading the xml files.XmlReadSettings.withNamespacePrefixes
(Object namespacePrefixes) Set the namespacePrefixes property: 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.XmlReadSettings.withNamespaces
(Object namespaces) Set the namespaces property: Indicates whether namespace is enabled when reading the xml files.XmlReadSettings.withValidationMode
(Object validationMode) Set the validationMode property: Indicates what validation method is used when reading the xml files.Modifier and TypeMethodDescriptionXmlSource.withFormatSettings
(XmlReadSettings formatSettings) Set the formatSettings property: Xml format settings.