Compartilhar via


Job.CorrelationData Propriedade

Definição

Obtém ou define a chave fornecida pelo cliente, pares de valor que serão retornados em eventos de estado Job e JobOutput.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a