Class SnowflakeExportCopyCommand

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ExportSettings
com.azure.analytics.synapse.artifacts.models.SnowflakeExportCopyCommand

public final class SnowflakeExportCopyCommand extends ExportSettings
Snowflake export command settings.
  • Constructor Details

    • SnowflakeExportCopyCommand

      public SnowflakeExportCopyCommand()
  • Method Details

    • getAdditionalCopyOptions

      public Map<String,Object> getAdditionalCopyOptions()
      Get the additionalCopyOptions property: Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }.
      Returns:
      the additionalCopyOptions value.
    • setAdditionalCopyOptions

      public SnowflakeExportCopyCommand setAdditionalCopyOptions(Map<String,Object> additionalCopyOptions)
      Set the additionalCopyOptions property: Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }.
      Parameters:
      additionalCopyOptions - the additionalCopyOptions value to set.
      Returns:
      the SnowflakeExportCopyCommand object itself.
    • getAdditionalFormatOptions

      public Map<String,Object> getAdditionalFormatOptions()
      Get the additionalFormatOptions property: Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }.
      Returns:
      the additionalFormatOptions value.
    • setAdditionalFormatOptions

      public SnowflakeExportCopyCommand setAdditionalFormatOptions(Map<String,Object> additionalFormatOptions)
      Set the additionalFormatOptions property: Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }.
      Parameters:
      additionalFormatOptions - the additionalFormatOptions value to set.
      Returns:
      the SnowflakeExportCopyCommand object itself.