Uses of Class
com.azure.resourcemanager.datafactory.models.AzurePostgreSqlSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzurePostgreSqlSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzurePostgreSqlSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzurePostgreSqlSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.AzurePostgreSqlSink.withPreCopyScript
(Object preCopyScript) Set the preCopyScript property: A query to execute before starting the copy.AzurePostgreSqlSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.AzurePostgreSqlSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.AzurePostgreSqlSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.AzurePostgreSqlSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.