MarketoSource Class

public final class MarketoSource
extends TabularSource

A copy activity Marketo server source.

Constructor Summary

Constructor Description
MarketoSource()

Creates an instance of MarketoSource class.

Method Summary

Modifier and Type Method and Description
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.

MarketoSource withAdditionalColumns(Object additionalColumns)

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

MarketoSource withDisableMetricsCollection(Object disableMetricsCollection)

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

MarketoSource withMaxConcurrentConnections(Object maxConcurrentConnections)

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

MarketoSource withQuery(Object query)

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

MarketoSource withQueryTimeout(Object queryTimeout)

Set the queryTimeout property: Query timeout.

MarketoSource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

MarketoSource 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

MarketoSource

public MarketoSource()

Creates an instance of MarketoSource class.

Method Details

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:

MarketoSource.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

MarketoSource.validate()

withAdditionalColumns

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

MarketoSource.withAdditionalColumns(Object additionalColumns)

Parameters:

additionalColumns

withDisableMetricsCollection

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

MarketoSource.withDisableMetricsCollection(Object disableMetricsCollection)

Parameters:

disableMetricsCollection

withMaxConcurrentConnections

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

MarketoSource.withMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

withQuery

public MarketoSource 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 MarketoSource object itself.

withQueryTimeout

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

MarketoSource.withQueryTimeout(Object queryTimeout)

Parameters:

queryTimeout

withSourceRetryCount

public MarketoSource withSourceRetryCount(Object sourceRetryCount)

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

Overrides:

MarketoSource.withSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

withSourceRetryWait

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

MarketoSource.withSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

Applies to