Sdílet prostřednictvím


SapTablePartitionSettings Class

Definition

The settings that will be leveraged for SAP table source partitioning.

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

Constructors

SapTablePartitionSettings()

Initializes a new instance of SapTablePartitionSettings.

Properties

MaxPartitionsNumber

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

PartitionColumnName

The name of the column 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).

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