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