HiveServerType Struct

Definition

The type of Hive server.

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

Constructors

HiveServerType(String)

Initializes a new instance of HiveServerType.

Properties

HiveServer1

HiveServer1.

HiveServer2

HiveServer2.

HiveThriftServer

HiveThriftServer.

Methods

Equals(HiveServerType)

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

Determines if two HiveServerType values are the same.

Implicit(String to HiveServerType)

Converts a string to a HiveServerType.

Inequality(HiveServerType, HiveServerType)

Determines if two HiveServerType values are not the same.

Applies to