SapTablePartitionSettings.MaxPartitionsNumber Property

Definition

Gets or sets the maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to