TeradataPartitionSettings 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 teradata source partitioning.
public class TeradataPartitionSettings
type TeradataPartitionSettings = class
Public Class TeradataPartitionSettings
- Inheritance
-
TeradataPartitionSettings
Constructors
TeradataPartitionSettings() |
Initializes a new instance of the TeradataPartitionSettings class. |
TeradataPartitionSettings(Object, Object, Object) |
Initializes a new instance of the TeradataPartitionSettings class. |
Properties
PartitionColumnName |
Gets or sets the name of the column that will be used for proceeding range or hash 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
Azure SDK for .NET