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