Share via


AmazonRdsForOraclePartitionSettings.PartitionLowerBound Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="partitionLowerBound")]
public object PartitionLowerBound { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionLowerBound")>]
member this.PartitionLowerBound : obj with get, set
Public Property PartitionLowerBound As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to