Job.CorrelationData Property

Definition

Gets or sets customer provided key, value pairs that will be returned in Job and JobOutput state events.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.correlationData")]
public System.Collections.Generic.IDictionary<string,string> CorrelationData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.correlationData")>]
member this.CorrelationData : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property CorrelationData As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to