Uses of Class
com.azure.resourcemanager.datafactory.models.SqlPartitionSettings
-
Packages that use SqlPartitionSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SqlPartitionSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SqlPartitionSettings Modifier and Type Method Description SqlPartitionSettings
AmazonRdsForSqlServerSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
AzureSqlSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
SqlDWSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
SqlMISource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
SqlServerSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
SqlSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlPartitionSettings
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
SqlPartitionSettings. withPartitionLowerBound(Object partitionLowerBound)
Set the partitionLowerBound property: The minimum value of the partition column for partition range splitting.SqlPartitionSettings
SqlPartitionSettings. withPartitionUpperBound(Object partitionUpperBound)
Set the partitionUpperBound property: The maximum value of the partition column for partition range splitting.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SqlPartitionSettings Modifier and Type Method Description AmazonRdsForSqlServerSource
AmazonRdsForSqlServerSource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.AzureSqlSource
AzureSqlSource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlDWSource
SqlDWSource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlMISource
SqlMISource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlServerSource
SqlServerSource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlSource
SqlSource. withPartitionSettings(SqlPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.
-