Uses of Class
com.azure.resourcemanager.datafactory.models.TeradataPartitionSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of TeradataPartitionSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTeradataSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for teradata source partitioning.TeradataPartitionSettings.withPartitionColumnName
(Object partitionColumnName) Set the partitionColumnName property: The name of the column that will be used for proceeding range or hash partitioning.TeradataPartitionSettings.withPartitionLowerBound
(Object partitionLowerBound) Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.TeradataPartitionSettings.withPartitionUpperBound
(Object partitionUpperBound) Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning.Modifier and TypeMethodDescriptionTeradataSource.withPartitionSettings
(TeradataPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for teradata source partitioning.