Uses of Class
com.azure.resourcemanager.datafactory.models.MongoDbV2Sink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MongoDbV2Sink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMongoDbV2Sink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.MongoDbV2Sink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.MongoDbV2Sink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.MongoDbV2Sink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.MongoDbV2Sink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.MongoDbV2Sink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.MongoDbV2Sink.withWriteBehavior
(Object writeBehavior) Set the writeBehavior property: Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert).