HBaseLinkedService.EnableSsl Property

Definition

Gets or sets specifies whether the connections to the server are encrypted using SSL. The default value is false.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableSsl")]
public object EnableSsl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableSsl")>]
member this.EnableSsl : obj with get, set
Public Property EnableSsl As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to