Share via


HDInsightStreamingActivity.Defines Property

Definition

Gets or sets allows user to specify defines for streaming 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