NetezzaPartitionOption Struct

Definition

The partition mechanism that will be used for Netezza read in parallel.

public readonly struct NetezzaPartitionOption : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.NetezzaPartitionOption>
type NetezzaPartitionOption = struct
Public Structure NetezzaPartitionOption
Implements IEquatable(Of NetezzaPartitionOption)
Inheritance
NetezzaPartitionOption
Implements

Constructors

NetezzaPartitionOption(String)

Initializes a new instance of NetezzaPartitionOption.

Properties

DataSlice

DataSlice.

DynamicRange

DynamicRange.

None

None.

Methods

Equals(NetezzaPartitionOption)

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(NetezzaPartitionOption, NetezzaPartitionOption)

Determines if two NetezzaPartitionOption values are the same.

Implicit(String to NetezzaPartitionOption)

Converts a string to a NetezzaPartitionOption.

Inequality(NetezzaPartitionOption, NetezzaPartitionOption)

Determines if two NetezzaPartitionOption values are not the same.

Applies to