Mongo Db V2Source Response
data class MongoDbV2SourceResponse(val additionalColumns: Any? = null, val batchSize: Any? = null, val cursorMethods: MongoDbCursorMethodsPropertiesResponse? = null, val disableMetricsCollection: Any? = null, val filter: Any? = null, val maxConcurrentConnections: Any? = null, val queryTimeout: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)
A copy activity source for a MongoDB database.
Constructors
Link copied to clipboard
fun MongoDbV2SourceResponse(additionalColumns: Any? = null, batchSize: Any? = null, cursorMethods: MongoDbCursorMethodsPropertiesResponse? = null, disableMetricsCollection: Any? = null, filter: Any? = null, maxConcurrentConnections: Any? = null, queryTimeout: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, type: String)
Types
Properties
Link copied to clipboard
Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
Link copied to clipboard