Class JsonWriteSettings

java.lang.Object
com.azure.resourcemanager.datafactory.models.FormatWriteSettings
com.azure.resourcemanager.datafactory.models.JsonWriteSettings

public final class JsonWriteSettings extends FormatWriteSettings
Json write settings.
  • Constructor Details

    • JsonWriteSettings

      public JsonWriteSettings()
  • 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:
      the filePattern value.
    • 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:
      filePattern - the filePattern value to set.
      Returns:
      the JsonWriteSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class FormatWriteSettings
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.