Compartilhar via


JobProperties.ExcludeKeysInExport Propriedade

Definição

Opcional para trabalhos de exportação; ignorado para outros trabalhos. Padrão: falso. Se false, as chaves de autorização serão incluídas na saída de exportação. As chaves são exportadas como nulas caso contrário.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="excludeKeysInExport")]
public bool ExcludeKeysInExport { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="excludeKeysInExport")>]
member this.ExcludeKeysInExport : bool with get, set
Public Property ExcludeKeysInExport As Boolean

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a