SapTablePartitionSettings Class

Definition

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

public class SapTablePartitionSettings
type SapTablePartitionSettings = class
Public Class SapTablePartitionSettings
Inheritance
SapTablePartitionSettings

Constructors

SapTablePartitionSettings()

Initializes a new instance of the SapTablePartitionSettings class.

SapTablePartitionSettings(Object, Object, Object, Object)

Initializes a new instance of the SapTablePartitionSettings class.

Properties

MaxPartitionsNumber

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

PartitionColumnName

Gets or sets the name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

PartitionLowerBound

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

PartitionUpperBound

Gets or sets 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