Share via


Settings.IsCompression Property

Definition

Gets or sets workload compression flag. This has been added so that 'isSqlCompression' will be deprecated once clients upgrade to consider this flag.

[Newtonsoft.Json.JsonProperty(PropertyName="isCompression")]
public bool? IsCompression { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isCompression")>]
member this.IsCompression : Nullable<bool> with get, set
Public Property IsCompression As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to