Share via


CopyActivity.EnableStaging Property

Definition

Gets or sets specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableStaging")]
public object EnableStaging { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableStaging")>]
member this.EnableStaging : obj with get, set
Public Property EnableStaging As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to