NetezzaPartitionSettings Class

Definition

The settings that will be leveraged for Netezza source partitioning.

public class NetezzaPartitionSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.NetezzaPartitionSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.NetezzaPartitionSettings>
public class NetezzaPartitionSettings
type NetezzaPartitionSettings = class
    interface IJsonModel<NetezzaPartitionSettings>
    interface IPersistableModel<NetezzaPartitionSettings>
type NetezzaPartitionSettings = class
Public Class NetezzaPartitionSettings
Implements IJsonModel(Of NetezzaPartitionSettings), IPersistableModel(Of NetezzaPartitionSettings)
Public Class NetezzaPartitionSettings
Inheritance
NetezzaPartitionSettings
Implements

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).

Explicit Interface Implementations

IJsonModel<NetezzaPartitionSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetezzaPartitionSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetezzaPartitionSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetezzaPartitionSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetezzaPartitionSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to