ExportSettings Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. ExportSettings
- com.
Implements
public class ExportSettings
implements JsonSerializable<ExportSettings>
Export command settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ExportSettings() |
Creates an instance of Export |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getType()
Get the type property: The export setting type. |
|
Export |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Json |
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:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Export command settings.
Returns:
getType
public String getType()
Get the type property: The export setting type.
Returns:
setAdditionalProperties
public ExportSettings setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Export command settings.
Parameters:
Returns: