Share via


HiveLinkedService.UseNativeQuery Property

Definition

Gets or sets specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to