MongoDbV2Source |
MongoDbV2Source.withAdditionalColumns(Object additionalColumns) |
Set the additionalColumns property: Specifies the additional columns to be added to source data.
|
MongoDbV2Source |
MongoDbV2Source.withBatchSize(Object batchSize) |
Set the batchSize property: Specifies the number of documents to return in each batch of the response from
MongoDB instance.
|
MongoDbV2Source |
MongoDbV2Source.withCursorMethods(MongoDbCursorMethodsProperties cursorMethods) |
Set the cursorMethods property: Cursor methods for Mongodb query.
|
MongoDbV2Source |
MongoDbV2Source.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
MongoDbV2Source |
MongoDbV2Source.withFilter(Object filter) |
Set the filter property: Specifies selection filter using query operators.
|
MongoDbV2Source |
MongoDbV2Source.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
MongoDbV2Source |
MongoDbV2Source.withQueryTimeout(Object queryTimeout) |
Set the queryTimeout property: Query timeout.
|
MongoDbV2Source |
MongoDbV2Source.withSourceRetryCount(Object sourceRetryCount) |
Set the sourceRetryCount property: Source retry count.
|
MongoDbV2Source |
MongoDbV2Source.withSourceRetryWait(Object sourceRetryWait) |
Set the sourceRetryWait property: Source retry wait.
|