HiveLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hive Server linked service.
public class HiveLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.HiveLinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.HiveLinkedService>
public class HiveLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type HiveLinkedService = class
inherit DataFactoryLinkedServiceProperties
interface IJsonModel<HiveLinkedService>
interface IPersistableModel<HiveLinkedService>
type HiveLinkedService = class
inherit DataFactoryLinkedServiceProperties
Public Class HiveLinkedService
Inherits DataFactoryLinkedServiceProperties
Implements IJsonModel(Of HiveLinkedService), IPersistableModel(Of HiveLinkedService)
Public Class HiveLinkedService
Inherits DataFactoryLinkedServiceProperties
- Inheritance
- Implements
Constructors
HiveLinkedService(DataFactoryElement<String>, HiveAuthenticationType) |
Initializes a new instance of HiveLinkedService. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
AllowHostNameCNMismatch |
Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. |
AllowSelfSignedServerCert |
Specifies whether to allow self-signed certificates from the server. The default value is false. |
Annotations |
List of tags that can be used for describing the linked service. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
AuthenticationType |
The authentication method used to access the Hive server. |
ConnectVia |
The integration runtime reference. (Inherited from DataFactoryLinkedServiceProperties) |
Description |
Linked service description. (Inherited from DataFactoryLinkedServiceProperties) |
EnableSsl |
Specifies whether the connections to the server are encrypted using SSL. The default value is false. |
EncryptedCredential |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
Host |
IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable). |
HttpPath |
The partial URL corresponding to the Hive server. |
LinkedServiceVersion |
Version of the linked service. (Inherited from DataFactoryLinkedServiceProperties) |
Parameters |
Parameters for linked service. (Inherited from DataFactoryLinkedServiceProperties) |
Password |
The password corresponding to the user name that you provided in the Username field. |
Port |
The TCP port that the Hive server uses to listen for client connections. |
ServerType |
The type of Hive server. |
ServiceDiscoveryMode |
true to indicate using the ZooKeeper service, false not. |
ThriftTransportProtocol |
The transport protocol to use in the Thrift layer. |
TrustedCertPath |
The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. |
UseNativeQuery |
Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL. |
Username |
The user name that you use to access Hive Server. |
UseSystemTrustStore |
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. |
ZooKeeperNameSpace |
The namespace on ZooKeeper under which Hive Server 2 nodes are added. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryLinkedServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET