DynamicsSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. models. DynamicsSource
- com.
- com.
public final class DynamicsSource
extends CopySource
A copy activity Dynamics source.
Constructor Summary
| Constructor | Description |
|---|---|
| DynamicsSource() |
Creates an instance of Dynamics |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
additionalColumns()
Get the additional |
|
static
Dynamics |
fromJson(JsonReader jsonReader)
Reads an instance of Dynamics |
| Object |
query()
Get the query property: FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Dynamics |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Dynamics |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Dynamics |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Dynamics |
withQuery(Object query)
Set the query property: FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). |
|
Dynamics |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Dynamics |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
DynamicsSource
public DynamicsSource()
Creates an instance of DynamicsSource 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:
fromJson
public static DynamicsSource fromJson(JsonReader jsonReader)
Reads an instance of DynamicsSource from the JsonReader.
Parameters:
Returns:
Throws:
query
public Object query()
Get the query property: FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DynamicsSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
DynamicsSource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DynamicsSource.validate()withAdditionalColumns
public DynamicsSource 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 DynamicsSource 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:
DynamicsSource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withMaxConcurrentConnections
public DynamicsSource 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:
DynamicsSource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withQuery
public DynamicsSource withQuery(Object query)
Set the query property: FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
Parameters:
Returns:
withSourceRetryCount
public DynamicsSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
DynamicsSource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public DynamicsSource 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:
DynamicsSource.withSourceRetryWait(Object sourceRetryWait)Parameters: