TeradataPartitionSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings that will be leveraged for teradata source partitioning.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TeradataPartitionSettings+TeradataPartitionSettingsConverter))]
public class TeradataPartitionSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TeradataPartitionSettings+TeradataPartitionSettingsConverter))>]
type TeradataPartitionSettings = class
Public Class TeradataPartitionSettings
- Inheritance
-
TeradataPartitionSettings
- Attributes
Constructors
TeradataPartitionSettings() |
Initializes a new instance of TeradataPartitionSettings. |
Properties
PartitionColumnName |
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string). |
PartitionLowerBound |
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
PartitionUpperBound |
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET