Share via


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

Name Description
HiveServerType(String)

Initializes a new instance of HiveServerType.

Properties

Name Description
HiveServer1

HiveServer1.

HiveServer2

HiveServer2.

HiveThriftServer

HiveThriftServer.

Methods

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

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