Class OraclePartitionSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.OraclePartitionSettings
The settings that will be leveraged for Oracle source partitioning.
-
Constructor Summary
ConstructorDescriptionCreates an instance of OraclePartitionSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning.Get the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.Get the partitionNames property: Names of the physical partitions of Oracle table.Get the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning.void
validate()
Validates the instance.withPartitionColumnName
(Object partitionColumnName) Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning.withPartitionLowerBound
(Object partitionLowerBound) Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.withPartitionNames
(Object partitionNames) Set the partitionNames property: Names of the physical partitions of Oracle table.withPartitionUpperBound
(Object partitionUpperBound) Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning.
-
Constructor Details
-
OraclePartitionSettings
public OraclePartitionSettings()Creates an instance of OraclePartitionSettings class.
-
-
Method Details
-
partitionNames
Get the partitionNames property: Names of the physical partitions of Oracle table.- Returns:
- the partitionNames value.
-
withPartitionNames
Set the partitionNames property: Names of the physical partitions of Oracle table.- Parameters:
partitionNames
- the partitionNames value to set.- Returns:
- the OraclePartitionSettings object itself.
-
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:
- the partitionColumnName value.
-
withPartitionColumnName
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:
partitionColumnName
- the partitionColumnName value to set.- Returns:
- the OraclePartitionSettings object itself.
-
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:
- the partitionUpperBound value.
-
withPartitionUpperBound
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:
partitionUpperBound
- the partitionUpperBound value to set.- Returns:
- the OraclePartitionSettings object itself.
-
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:
- the partitionLowerBound value.
-
withPartitionLowerBound
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:
partitionLowerBound
- the partitionLowerBound value to set.- Returns:
- the OraclePartitionSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-