JsonWriteSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. FormatWriteSettings - com.
azure. resourcemanager. datafactory. models. JsonWriteSettings
- com.
- com.
public final class JsonWriteSettings
extends FormatWriteSettings
Json write settings.
Constructor Summary
| Constructor | Description |
|---|---|
| JsonWriteSettings() |
Creates an instance of Json |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
filePattern()
Get the file |
|
static
Json |
fromJson(JsonReader jsonReader)
Reads an instance of Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The write setting type. |
|
Json |
withFilePattern(Object filePattern)
Set the file |
Methods inherited from FormatWriteSettings
Methods inherited from java.lang.Object
Constructor Details
JsonWriteSettings
public JsonWriteSettings()
Creates an instance of JsonWriteSettings class.
Method Details
filePattern
public Object filePattern()
Get the filePattern property: File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
Returns:
fromJson
public static JsonWriteSettings fromJson(JsonReader jsonReader)
Reads an instance of JsonWriteSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
JsonWriteSettings.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The write setting type.
Overrides:
JsonWriteSettings.type()Returns:
withFilePattern
public JsonWriteSettings withFilePattern(Object filePattern)
Set the filePattern property: File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
Parameters:
Returns: