OraclePartitionSettings Class

Definition

The settings that will be leveraged for Oracle source partitioning.

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

Constructors

OraclePartitionSettings()

Initializes a new instance of OraclePartitionSettings.

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

PartitionNames

Names of the physical partitions of Oracle table.

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