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