AmazonRdsForOraclePartitionSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonRdsForOraclePartitionSettings+AmazonRdsForOraclePartitionSettingsConverter))]
public class AmazonRdsForOraclePartitionSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonRdsForOraclePartitionSettings+AmazonRdsForOraclePartitionSettingsConverter))>]
type AmazonRdsForOraclePartitionSettings = class
Public Class AmazonRdsForOraclePartitionSettings
- Inheritance
-
AmazonRdsForOraclePartitionSettings
- Attributes
Constructors
AmazonRdsForOraclePartitionSettings() |
Initializes a new instance of AmazonRdsForOraclePartitionSettings. |
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 AmazonRdsForOracle 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
Azure SDK for .NET