NetezzaPartitionSettings Class

Definition

The settings that will be leveraged for Netezza source partitioning.

public class NetezzaPartitionSettings
type NetezzaPartitionSettings = class
Public Class NetezzaPartitionSettings
Inheritance
NetezzaPartitionSettings

Constructors

NetezzaPartitionSettings()

Initializes a new instance of the NetezzaPartitionSettings class.

NetezzaPartitionSettings(Object, Object, Object)

Initializes a new instance of the NetezzaPartitionSettings class.

Properties

PartitionColumnName

Gets or sets the name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

PartitionLowerBound

Gets or sets the minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

PartitionUpperBound

Gets or sets 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