XmlSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. models. XmlSource
- com.
- com.
public final class XmlSource
extends CopySource
A copy activity Xml source.
Constructor Summary
| Constructor | Description |
|---|---|
| XmlSource() |
Creates an instance of Xml |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
additionalColumns()
Get the additional |
|
Xml |
formatSettings()
Get the format |
|
static
Xml |
fromJson(JsonReader jsonReader)
Reads an instance of Xml |
|
Store |
storeSettings()
Get the store |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Xml |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Xml |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Xml |
withFormatSettings(XmlReadSettings formatSettings)
Set the format |
|
Xml |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Xml |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Xml |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Xml |
withStoreSettings(StoreReadSettings storeSettings)
Set the store |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
XmlSource
public XmlSource()
Creates an instance of XmlSource class.
Method Details
additionalColumns
public Object additionalColumns()
Get the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Returns:
formatSettings
public XmlReadSettings formatSettings()
Get the formatSettings property: Xml format settings.
Returns:
fromJson
public static XmlSource fromJson(JsonReader jsonReader)
Reads an instance of XmlSource from the JsonReader.
Parameters:
Returns:
Throws:
storeSettings
public StoreReadSettings storeSettings()
Get the storeSettings property: Xml store settings.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
XmlSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
XmlSource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
XmlSource.validate()withAdditionalColumns
public XmlSource withAdditionalColumns(Object additionalColumns)
Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Parameters:
Returns:
withDisableMetricsCollection
public XmlSource withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Overrides:
XmlSource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withFormatSettings
public XmlSource withFormatSettings(XmlReadSettings formatSettings)
Set the formatSettings property: Xml format settings.
Parameters:
Returns:
withMaxConcurrentConnections
public XmlSource withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Overrides:
XmlSource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withSourceRetryCount
public XmlSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
XmlSource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public XmlSource withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Overrides:
XmlSource.withSourceRetryWait(Object sourceRetryWait)Parameters:
withStoreSettings
public XmlSource withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Xml store settings.
Parameters:
Returns: