Share via


StagingSettings.EnableCompression Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to