Uses of Class
com.azure.resourcemanager.datafactory.models.SqlPartitionSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SqlPartitionSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonRdsForSqlServerSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.AzureSqlSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlDWSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlMISource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlServerSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings.withPartitionColumnName
(Object partitionColumnName) Set the partitionColumnName property: The name of the column in integer or datetime type that will be used for proceeding partitioning.SqlPartitionSettings.withPartitionLowerBound
(Object partitionLowerBound) Set the partitionLowerBound property: The minimum value of the partition column for partition range splitting.SqlPartitionSettings.withPartitionUpperBound
(Object partitionUpperBound) Set the partitionUpperBound property: The maximum value of the partition column for partition range splitting.Modifier and TypeMethodDescriptionAmazonRdsForSqlServerSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.AzureSqlSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlDWSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlMISource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlServerSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.