XmlSource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. CopySource - com.
azure. analytics. synapse. artifacts. 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 |
|---|---|
|
static
Xml |
fromJson(JsonReader jsonReader)
Reads an instance of Xml |
| Object |
getAdditionalColumns()
Get the additional |
|
Xml |
getFormatSettings()
Get the format |
|
Store |
getStoreSettings()
Get the store |
| String |
getType()
Get the type property: Copy source type. |
|
Xml |
setAdditionalColumns(Object additionalColumns)
Set the additional |
|
Xml |
setFormatSettings(XmlReadSettings formatSettings)
Set the format |
|
Xml |
setMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Xml |
setSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Xml |
setSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Xml |
setStoreSettings(StoreReadSettings storeSettings)
Set the store |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
XmlSource
public XmlSource()
Creates an instance of XmlSource class.
Method Details
fromJson
public static XmlSource fromJson(JsonReader jsonReader)
Reads an instance of XmlSource from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalColumns
public Object getAdditionalColumns()
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:
getFormatSettings
public XmlReadSettings getFormatSettings()
Get the formatSettings property: Xml format settings.
Returns:
getStoreSettings
public StoreReadSettings getStoreSettings()
Get the storeSettings property: Xml store settings.
Returns:
getType
public String getType()
Get the type property: Copy source type.
Overrides:
XmlSource.getType()Returns:
setAdditionalColumns
public XmlSource setAdditionalColumns(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:
setFormatSettings
public XmlSource setFormatSettings(XmlReadSettings formatSettings)
Set the formatSettings property: Xml format settings.
Parameters:
Returns:
setMaxConcurrentConnections
public XmlSource setMaxConcurrentConnections(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.setMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
setSourceRetryCount
public XmlSource setSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
XmlSource.setSourceRetryCount(Object sourceRetryCount)Parameters:
setSourceRetryWait
public XmlSource setSourceRetryWait(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.setSourceRetryWait(Object sourceRetryWait)Parameters:
setStoreSettings
public XmlSource setStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Xml store settings.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
XmlSource.toJson(JsonWriter jsonWriter)Parameters:
Throws: