Uses of Class
com.azure.resourcemanager.datafactory.models.OraclePartitionSettings
-
Packages that use OraclePartitionSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of OraclePartitionSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return OraclePartitionSettings Modifier and Type Method Description OraclePartitionSettings
OracleSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Oracle source partitioning.OraclePartitionSettings
OraclePartitionSettings. withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning.OraclePartitionSettings
OraclePartitionSettings. withPartitionLowerBound(Object partitionLowerBound)
Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.OraclePartitionSettings
OraclePartitionSettings. withPartitionNames(Object partitionNames)
Set the partitionNames property: Names of the physical partitions of Oracle table.OraclePartitionSettings
OraclePartitionSettings. withPartitionUpperBound(Object partitionUpperBound)
Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning.Methods in com.azure.resourcemanager.datafactory.models with parameters of type OraclePartitionSettings Modifier and Type Method Description OracleSource
OracleSource. withPartitionSettings(OraclePartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Oracle source partitioning.
-