다음을 통해 공유


HDInsightHiveActivity.Defines Property

Definition

Gets or sets allows user to specify defines for Hive job request.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.defines")]
public System.Collections.Generic.IDictionary<string,object> Defines { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.defines")>]
member this.Defines : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Defines As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to