Uses of Class
com.azure.resourcemanager.datafactory.models.SnowflakeImportCopyCommand
-
Packages that use SnowflakeImportCopyCommand Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SnowflakeImportCopyCommand in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SnowflakeImportCopyCommand Modifier and Type Method Description SnowflakeImportCopyCommand
SnowflakeSink. importSettings()
Get the importSettings property: Snowflake import settings.SnowflakeImportCopyCommand
SnowflakeImportCopyCommand. withAdditionalCopyOptions(Map<String,Object> additionalCopyOptions)
Set the additionalCopyOptions property: Additional copy options directly passed to snowflake Copy Command.SnowflakeImportCopyCommand
SnowflakeImportCopyCommand. withAdditionalFormatOptions(Map<String,Object> additionalFormatOptions)
Set the additionalFormatOptions property: Additional format options directly passed to snowflake Copy Command.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SnowflakeImportCopyCommand Modifier and Type Method Description SnowflakeSink
SnowflakeSink. withImportSettings(SnowflakeImportCopyCommand importSettings)
Set the importSettings property: Snowflake import settings.
-