AmazonRdsForOracleSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. models. AmazonRdsForOracleSource
- com.
- com.
public final class AmazonRdsForOracleSource
extends CopySource
A copy activity AmazonRdsForOracle source.
Constructor Summary
| Constructor | Description |
|---|---|
| AmazonRdsForOracleSource() |
Creates an instance of Amazon |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
additionalColumns()
Get the additional |
|
static
Amazon |
fromJson(JsonReader jsonReader)
Reads an instance of Amazon |
| Object |
oracleReaderQuery()
Get the oracle |
| Object |
partitionOption()
Get the partition |
|
Amazon |
partitionSettings()
Get the partition |
| Object |
queryTimeout()
Get the query |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Amazon |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Amazon |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Amazon |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Amazon |
withOracleReaderQuery(Object oracleReaderQuery)
Set the oracle |
|
Amazon |
withPartitionOption(Object partitionOption)
Set the partition |
|
Amazon |
withPartitionSettings(AmazonRdsForOraclePartitionSettings partitionSettings)
Set the partition |
|
Amazon |
withQueryTimeout(Object queryTimeout)
Set the query |
|
Amazon |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Amazon |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
AmazonRdsForOracleSource
public AmazonRdsForOracleSource()
Creates an instance of AmazonRdsForOracleSource 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 AmazonRdsForOracleSource fromJson(JsonReader jsonReader)
Reads an instance of AmazonRdsForOracleSource from the JsonReader.
Parameters:
Returns:
Throws:
oracleReaderQuery
public Object oracleReaderQuery()
Get the oracleReaderQuery property: AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
Returns:
partitionOption
public Object partitionOption()
Get the partitionOption property: The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
Returns:
partitionSettings
public AmazonRdsForOraclePartitionSettings partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for AmazonRdsForOracle source partitioning.
Returns:
queryTimeout
public Object queryTimeout()
Get 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])).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AmazonRdsForOracleSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
AmazonRdsForOracleSource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AmazonRdsForOracleSource.validate()withAdditionalColumns
public AmazonRdsForOracleSource 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 AmazonRdsForOracleSource 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:
AmazonRdsForOracleSource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withMaxConcurrentConnections
public AmazonRdsForOracleSource 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:
AmazonRdsForOracleSource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withOracleReaderQuery
public AmazonRdsForOracleSource withOracleReaderQuery(Object oracleReaderQuery)
Set the oracleReaderQuery property: AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPartitionOption
public AmazonRdsForOracleSource withPartitionOption(Object partitionOption)
Set the partitionOption property: The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPartitionSettings
public AmazonRdsForOracleSource withPartitionSettings(AmazonRdsForOraclePartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for AmazonRdsForOracle source partitioning.
Parameters:
Returns:
withQueryTimeout
public AmazonRdsForOracleSource 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])).
Parameters:
Returns:
withSourceRetryCount
public AmazonRdsForOracleSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
AmazonRdsForOracleSource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public AmazonRdsForOracleSource 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:
AmazonRdsForOracleSource.withSourceRetryWait(Object sourceRetryWait)Parameters: