Uses of Class
com.azure.resourcemanager.datafactory.models.SapHanaPartitionSettings
-
Packages that use SapHanaPartitionSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SapHanaPartitionSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SapHanaPartitionSettings Modifier and Type Method Description SapHanaPartitionSettings
SapHanaSource. partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for SAP HANA source partitioning.SapHanaPartitionSettings
SapHanaPartitionSettings. withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column that will be used for proceeding range partitioning.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SapHanaPartitionSettings Modifier and Type Method Description SapHanaSource
SapHanaSource. withPartitionSettings(SapHanaPartitionSettings partitionSettings)
Set the partitionSettings property: The settings that will be leveraged for SAP HANA source partitioning.
-