NetezzaPartitionSettings Class

Definition

The settings that will be leveraged for Netezza source partitioning.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NetezzaPartitionSettings+NetezzaPartitionSettingsConverter))]
public class NetezzaPartitionSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NetezzaPartitionSettings+NetezzaPartitionSettingsConverter))>]
type NetezzaPartitionSettings = class
Public Class NetezzaPartitionSettings
Inheritance
NetezzaPartitionSettings
Attributes

Constructors

NetezzaPartitionSettings()

Initializes a new instance of NetezzaPartitionSettings.

Properties

PartitionColumnName

The name of the column in integer type that will be used for proceeding range 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