Udostępnij przez


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

Name Description
NetezzaPartitionOption(String)

Initializes a new instance of NetezzaPartitionOption.

Properties

Name Description
DataSlice

DataSlice.

DynamicRange

DynamicRange.

None

None.

Methods

Name Description
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

Name Description
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