Share via


AmazonRdsForOraclePartitionSettings Class

Definition

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

public class AmazonRdsForOraclePartitionSettings
type AmazonRdsForOraclePartitionSettings = class
Public Class AmazonRdsForOraclePartitionSettings
Inheritance
AmazonRdsForOraclePartitionSettings

Constructors

AmazonRdsForOraclePartitionSettings()

Initializes a new instance of the AmazonRdsForOraclePartitionSettings class.

AmazonRdsForOraclePartitionSettings(Object, Object, Object, Object)

Initializes a new instance of the AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOracle 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