Share via


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

Name Description
OraclePartitionOption(String)

Initializes a new instance of OraclePartitionOption.

Properties

Name Description
DynamicRange

DynamicRange.

None

None.

PhysicalPartitionsOfTable

PhysicalPartitionsOfTable.

Methods

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

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