HBaseLinkedService 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.
HBase server linked service.
public class HBaseLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.HBaseLinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.HBaseLinkedService>
public class HBaseLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type HBaseLinkedService = class
inherit DataFactoryLinkedServiceProperties
interface IJsonModel<HBaseLinkedService>
interface IPersistableModel<HBaseLinkedService>
type HBaseLinkedService = class
inherit DataFactoryLinkedServiceProperties
Public Class HBaseLinkedService
Inherits DataFactoryLinkedServiceProperties
Implements IJsonModel(Of HBaseLinkedService), IPersistableModel(Of HBaseLinkedService)
Public Class HBaseLinkedService
Inherits DataFactoryLinkedServiceProperties
- Inheritance
- Implements
Constructors
HBaseLinkedService(DataFactoryElement<String>, HBaseAuthenticationType) |
Initializes a new instance of HBaseLinkedService. |
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 mechanism to use to connect to the HBase 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 |
The IP address or host name of the HBase server. (i.e. 192.168.222.160). |
HttpPath |
The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version). |
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. |
Port |
The TCP port that the HBase instance uses to listen for client connections. The default value is 9090. |
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. |
Username |
The user name used to connect to the HBase instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryLinkedServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET