Uses of Class
com.azure.resourcemanager.datafactory.models.NetezzaPartitionSettings
-
Packages that use NetezzaPartitionSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of NetezzaPartitionSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return NetezzaPartitionSettings Modifier and Type Method Description NetezzaPartitionSettings
NetezzaSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Netezza source partitioning.NetezzaPartitionSettings
NetezzaPartitionSettings. withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning.NetezzaPartitionSettings
NetezzaPartitionSettings. withPartitionLowerBound(Object partitionLowerBound)
Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.NetezzaPartitionSettings
NetezzaPartitionSettings. 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 NetezzaPartitionSettings Modifier and Type Method Description NetezzaSource
NetezzaSource. withPartitionSettings(NetezzaPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Netezza source partitioning.
-