Share via


ImpalaLinkedService.Username Property

Definition

Gets or sets the user name used to access the Impala server. The default value is anonymous when using SASLUsername.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to