Uses of Class
com.azure.resourcemanager.datafactory.models.SnowflakeSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SnowflakeSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSnowflakeSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SnowflakeSink.withImportSettings
(SnowflakeImportCopyCommand importSettings) Set the importSettings property: Snowflake import settings.SnowflakeSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.SnowflakeSink.withPreCopyScript
(Object preCopyScript) Set the preCopyScript property: SQL pre-copy script.SnowflakeSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.SnowflakeSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.SnowflakeSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.SnowflakeSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.