Uses of Class
com.azure.resourcemanager.datafactory.models.DynamicsSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DynamicsSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDynamicsSink.withAlternateKeyName
(Object alternateKeyName) Set the alternateKeyName property: The logical name of the alternate key which will be used when upserting records.DynamicsSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.DynamicsSink.withIgnoreNullValues
(Object ignoreNullValues) Set the ignoreNullValues property: The flag indicating whether ignore null values from input dataset (except key fields) during write operation.DynamicsSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.DynamicsSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.DynamicsSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.DynamicsSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.DynamicsSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.DynamicsSink.withWriteBehavior
(DynamicsSinkWriteBehavior writeBehavior) Set the writeBehavior property: The write behavior for the operation.