Class JsonWriteSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.FormatWriteSettings
com.azure.resourcemanager.datafactory.models.JsonWriteSettings
Json write settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the filePattern property: File pattern of JSON.void
validate()
Validates the instance.withFilePattern
(Object filePattern) Set the filePattern property: File pattern of JSON.Methods inherited from class com.azure.resourcemanager.datafactory.models.FormatWriteSettings
additionalProperties, withAdditionalProperties
-
Constructor Details
-
JsonWriteSettings
public JsonWriteSettings()Creates an instance of JsonWriteSettings class.
-
-
Method Details
-
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:
- the filePattern value.
-
withFilePattern
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:
filePattern
- the filePattern value to set.- Returns:
- the JsonWriteSettings object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classFormatWriteSettings
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-