AmazonRdsForOraclePartitionSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. AmazonRdsForOraclePartitionSettings
- com.
Implements
public final class AmazonRdsForOraclePartitionSettings
implements JsonSerializable<AmazonRdsForOraclePartitionSettings>
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
Constructor Summary
| Constructor | Description |
|---|---|
| AmazonRdsForOraclePartitionSettings() |
Creates an instance of Amazon |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Amazon |
fromJson(JsonReader jsonReader)
Reads an instance of Amazon |
| Object |
partitionColumnName()
Get the partition |
| Object |
partitionLowerBound()
Get the partition |
| Object |
partitionNames()
Get the partition |
| Object |
partitionUpperBound()
Get the partition |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Amazon |
withPartitionColumnName(Object partitionColumnName)
Set the partition |
|
Amazon |
withPartitionLowerBound(Object partitionLowerBound)
Set the partition |
|
Amazon |
withPartitionNames(Object partitionNames)
Set the partition |
|
Amazon |
withPartitionUpperBound(Object partitionUpperBound)
Set the partition |
Methods inherited from java.lang.Object
Constructor Details
AmazonRdsForOraclePartitionSettings
public AmazonRdsForOraclePartitionSettings()
Creates an instance of AmazonRdsForOraclePartitionSettings class.
Method Details
fromJson
public static AmazonRdsForOraclePartitionSettings fromJson(JsonReader jsonReader)
Reads an instance of AmazonRdsForOraclePartitionSettings from the JsonReader.
Parameters:
Returns:
Throws:
partitionColumnName
public Object partitionColumnName()
Get the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Returns:
partitionLowerBound
public Object partitionLowerBound()
Get the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Returns:
partitionNames
public Object partitionNames()
Get the partitionNames property: Names of the physical partitions of AmazonRdsForOracle table.
Returns:
partitionUpperBound
public Object partitionUpperBound()
Get the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Returns:
toJson
validate
public void validate()
Validates the instance.
withPartitionColumnName
public AmazonRdsForOraclePartitionSettings withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPartitionLowerBound
public AmazonRdsForOraclePartitionSettings withPartitionLowerBound(Object partitionLowerBound)
Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPartitionNames
public AmazonRdsForOraclePartitionSettings withPartitionNames(Object partitionNames)
Set the partitionNames property: Names of the physical partitions of AmazonRdsForOracle table.
Parameters:
Returns:
withPartitionUpperBound
public AmazonRdsForOraclePartitionSettings withPartitionUpperBound(Object partitionUpperBound)
Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Parameters:
Returns: