MongoDbAtlasSink |
MongoDbAtlasSink.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withSinkRetryCount(Object sinkRetryCount) |
Set the sinkRetryCount property: Sink retry count.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withSinkRetryWait(Object sinkRetryWait) |
Set the sinkRetryWait property: Sink retry wait.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withWriteBatchSize(Object writeBatchSize) |
Set the writeBatchSize property: Write batch size.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withWriteBatchTimeout(Object writeBatchTimeout) |
Set the writeBatchTimeout property: Write batch timeout.
|
MongoDbAtlasSink |
MongoDbAtlasSink.withWriteBehavior(Object writeBehavior) |
Set the writeBehavior property: Specifies whether the document with same key to be overwritten (upsert) rather
than throw exception (insert).
|