DynamicsAXSource Class

public final class DynamicsAXSource
extends TabularSource

A copy activity Dynamics AX source.

Constructor Summary

Constructor Description
DynamicsAXSource()

Creates an instance of DynamicsAXSource class.

Method Summary

Modifier and Type Method and Description
Object httpRequestTimeout()

Get the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response.

Object query()

Get the query property: A query to retrieve data from source.

String type()

Get the type property: Copy source type.

void validate()

Validates the instance.

DynamicsAXSource withAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data.

DynamicsAXSource withDisableMetricsCollection(Object disableMetricsCollection)

Set the disableMetricsCollection property: If true, disable data store metrics collection.

DynamicsAXSource withHttpRequestTimeout(Object httpRequestTimeout)

Set the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response.

DynamicsAXSource withMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

DynamicsAXSource withQuery(Object query)

Set the query property: A query to retrieve data from source.

DynamicsAXSource withQueryTimeout(Object queryTimeout)

Set the queryTimeout property: Query timeout.

DynamicsAXSource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

DynamicsAXSource withSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

Methods inherited from CopySource

Methods inherited from TabularSource

Methods inherited from java.lang.Object

Constructor Details

DynamicsAXSource

public DynamicsAXSource()

Creates an instance of DynamicsAXSource class.

Method Details

httpRequestTimeout

public Object httpRequestTimeout()

Get the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Returns:

the httpRequestTimeout value.

query

public Object query()

Get the query property: A query to retrieve data from source. Type: string (or Expression with resultType string).

Returns:

the query value.

type

public String type()

Get the type property: Copy source type.

Overrides:

DynamicsAXSource.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

DynamicsAXSource.validate()

withAdditionalColumns

public DynamicsAXSource 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).

Overrides:

DynamicsAXSource.withAdditionalColumns(Object additionalColumns)

Parameters:

additionalColumns

withDisableMetricsCollection

public DynamicsAXSource 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:

DynamicsAXSource.withDisableMetricsCollection(Object disableMetricsCollection)

Parameters:

disableMetricsCollection

withHttpRequestTimeout

public DynamicsAXSource withHttpRequestTimeout(Object httpRequestTimeout)

Set the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Parameters:

httpRequestTimeout - the httpRequestTimeout value to set.

Returns:

the DynamicsAXSource object itself.

withMaxConcurrentConnections

public DynamicsAXSource 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:

DynamicsAXSource.withMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

withQuery

public DynamicsAXSource withQuery(Object query)

Set the query property: A query to retrieve data from source. Type: string (or Expression with resultType string).

Parameters:

query - the query value to set.

Returns:

the DynamicsAXSource object itself.

withQueryTimeout

public DynamicsAXSource withQueryTimeout(Object queryTimeout)

Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

DynamicsAXSource.withQueryTimeout(Object queryTimeout)

Parameters:

queryTimeout

withSourceRetryCount

public DynamicsAXSource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Overrides:

DynamicsAXSource.withSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

withSourceRetryWait

public DynamicsAXSource 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:

DynamicsAXSource.withSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

Applies to