Class JsonWriteSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.FormatWriteSettings
com.azure.analytics.synapse.artifacts.models.JsonWriteSettings

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

    • JsonWriteSettings

      public JsonWriteSettings()
  • Method Details

    • getFilePattern

      public Object getFilePattern()
      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.
    • setFilePattern

      public JsonWriteSettings setFilePattern(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.