TeradataPartitionOption Struct
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 partition mechanism that will be used for teradata read in parallel.
public readonly struct TeradataPartitionOption : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.TeradataPartitionOption>
type TeradataPartitionOption = struct
Public Structure TeradataPartitionOption
Implements IEquatable(Of TeradataPartitionOption)
- Inheritance
-
TeradataPartitionOption
- Implements
Constructors
TeradataPartitionOption(String) |
Initializes a new instance of TeradataPartitionOption. |
Properties
DynamicRange |
DynamicRange. |
Hash |
Hash. |
None |
None. |
Methods
Equals(TeradataPartitionOption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TeradataPartitionOption, TeradataPartitionOption) |
Determines if two TeradataPartitionOption values are the same. |
Implicit(String to TeradataPartitionOption) |
Converts a string to a TeradataPartitionOption. |
Inequality(TeradataPartitionOption, TeradataPartitionOption) |
Determines if two TeradataPartitionOption values are not the same. |
Applies to
Azure SDK for .NET