TeradataPartitionSettings Class

Definition

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