Class SapHanaPartitionSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SapHanaPartitionSettings
-
public final class SapHanaPartitionSettings extends Object
The settings that will be leveraged for SAP HANA source partitioning.
-
-
Constructor Summary
Constructors Constructor Description SapHanaPartitionSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
partitionColumnName()
Get the partitionColumnName property: The name of the column that will be used for proceeding range partitioning.void
validate()
Validates the instance.SapHanaPartitionSettings
withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column that will be used for proceeding range partitioning.
-
-
-
Method Detail
-
partitionColumnName
public Object partitionColumnName()
Get the partitionColumnName property: The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).- Returns:
- the partitionColumnName value.
-
withPartitionColumnName
public SapHanaPartitionSettings withPartitionColumnName(Object partitionColumnName)
Set the partitionColumnName property: The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).- Parameters:
partitionColumnName
- the partitionColumnName value to set.- Returns:
- the SapHanaPartitionSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-