SapHanaPartitionSettings Class
The settings that will be leveraged for SAP HANA source partitioning.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSapHanaPartitionSettings
Constructor
SapHanaPartitionSettings(*, partition_column_name: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
partition_column_name
|
<xref:JSON>
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Variables
Name | Description |
---|---|
partition_column_name
|
<xref:JSON>
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python