共用方式為


RestSink.HttpCompressionType Property

Definition

Gets or sets http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to