ExportSettings Class

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

Implements

public class ExportSettings
implements JsonSerializable<ExportSettings>

Export command settings.

Constructor Summary

Constructor Description
ExportSettings()

Creates an instance of ExportSettings class.

Method Summary

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

Reads an instance of ExportSettings from the JsonReader.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Export command settings.

String getType()

Get the type property: The export setting type.

ExportSettings setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Export command settings.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

ExportSettings

public ExportSettings()

Creates an instance of ExportSettings class.

Method Details

fromJson

public static ExportSettings fromJson(JsonReader jsonReader)

Reads an instance of ExportSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExportSettings 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 ExportSettings.

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Export command settings.

Returns:

the additionalProperties value.

getType

public String getType()

Get the type property: The export setting type.

Returns:

the type value.

setAdditionalProperties

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

Set the additionalProperties property: Export command settings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ExportSettings object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to