CompressionReadSettings Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.CompressionReadSettings

Implements

public class CompressionReadSettings
implements JsonSerializable<CompressionReadSettings>

Compression read settings.

Constructor Summary

Constructor Description
CompressionReadSettings()

Creates an instance of CompressionReadSettings class.

Method Summary

Modifier and Type Method and Description
static CompressionReadSettings fromJson(JsonReader jsonReader)

Reads an instance of CompressionReadSettings from the JsonReader.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Compression read settings.

String getType()

Get the type property: The Compression setting type.

CompressionReadSettings setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Compression read settings.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

CompressionReadSettings

public CompressionReadSettings()

Creates an instance of CompressionReadSettings class.

Method Details

fromJson

public static CompressionReadSettings fromJson(JsonReader jsonReader)

Reads an instance of CompressionReadSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CompressionReadSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CompressionReadSettings.

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Compression read settings.

Returns:

the additionalProperties value.

getType

public String getType()

Get the type property: The Compression setting type.

Returns:

the type value.

setAdditionalProperties

public CompressionReadSettings setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Compression read settings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the CompressionReadSettings object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to