OraclePartitionSettings Class

Definition

The settings that will be leveraged for Oracle source partitioning.

public class OraclePartitionSettings
type OraclePartitionSettings = class
Public Class OraclePartitionSettings
Inheritance
OraclePartitionSettings

Constructors

OraclePartitionSettings()

Initializes a new instance of the OraclePartitionSettings class.

OraclePartitionSettings(Object, Object, Object, Object)

Initializes a new instance of the OraclePartitionSettings 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).

PartitionNames

Gets or sets names of the physical partitions of Oracle table.

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