JsonReadSettings.CompressionProperties Property

Definition

Compression settings. Please note CompressionReadSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TarGZipReadSettings, TarReadSettings and ZipDeflateReadSettings.

public Azure.Analytics.Synapse.Artifacts.Models.CompressionReadSettings CompressionProperties { get; set; }
member this.CompressionProperties : Azure.Analytics.Synapse.Artifacts.Models.CompressionReadSettings with get, set
Public Property CompressionProperties As CompressionReadSettings

Property Value

Applies to