OraclePartitionOption Struct

Definition

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

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

Constructors

OraclePartitionOption(String)

Initializes a new instance of OraclePartitionOption.

Properties

DynamicRange

DynamicRange.

None

None.

PhysicalPartitionsOfTable

PhysicalPartitionsOfTable.

Methods

Equals(OraclePartitionOption)

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

Determines if two OraclePartitionOption values are the same.

Implicit(String to OraclePartitionOption)

Converts a string to a OraclePartitionOption.

Inequality(OraclePartitionOption, OraclePartitionOption)

Determines if two OraclePartitionOption values are not the same.

Applies to