Class XmlReadSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.XmlReadSettingsResponse
-
public final class XmlReadSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlReadSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlReadSettingsResponse.Builder
builder()
static XmlReadSettingsResponse.Builder
builder(XmlReadSettingsResponse defaults)
java.util.Optional<java.lang.Object>
compressionProperties()
java.util.Optional<java.lang.Object>
detectDataType()
java.util.Optional<java.lang.Object>
namespacePrefixes()
java.util.Optional<java.lang.Object>
namespaces()
java.lang.String
type()
java.util.Optional<java.lang.Object>
validationMode()
-
-
-
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).
-
builder
public static XmlReadSettingsResponse.Builder builder()
-
builder
public static XmlReadSettingsResponse.Builder builder(XmlReadSettingsResponse defaults)
-
-