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